Html Css Color HEX #607B50 Glade Green

📋 copy color: '#607B50'

red 96 ◦ green 123 ◦ blue 80

#607B50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #607B50

Tints of Glade Green #607B50

RGB

 RED value IS 96 (37.89% from 255) = 32.11%

 GREEN value IS 123 (48.44% from 255) = 41.14%

 BLUE value IS 80 (31.64% from 255) = 26.76%

R = 32.11%
G = 41.14%
B = 26.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#607B50 (or 0x607B50) is known color: Glade Green. HEX triplet: 60, 7B and 50. RGB value is (96,123,80). Sum of RGB (Red+Green+Blue) = 96+123+80=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #607B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B50 is #9F84AF. Grayscale: #6E6E6E. Windows color (decimal): -10454192 or 5274464. OLE color: 5274464.

HSL color Cylindrical-coordinate representation of color #607B50: hue angle of 97.67º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607B50 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 123 80 -
CMYK 0.22 0 0.35 0.52
HSL 97.67º 0.21% 0.4% -
HSV(B) 97.67º 0.35% 0.48% -
XYZ 13.35 17.23 10.21 -
YUV 110.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 96 123 80 0.22 0 0.35 0.52 97.67 0.21 0.4
Hex 60 7B 50 16 0 23 34 62 15 28
Octal 140 173 120 26 0 43 64 142 25 50
Binary 1100000 1111011 1010000 10110 0 100011 110100 1100010 10101 101000

Color Harmonies of #607B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B50

Black with #607B50

Text Example


Text Example

White with #607B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607B50; }

 p { color: rgb(96,123,80); }

 H1.HeaderClassName
 {
   color: #607B50;
 }
 .AnyTagClassName
 {
   color: #607B50;
 }
</style>

background-color css

<style>
 a { background-color: #607B50; }

 a { background-color: rgb(96,123,80); }

 div.DivClassName
 {
   background-color: #607B50;
 }
 .BgClassName
 {
   background-color: #607B50;
 }
</style>

border-color css

<style>
 span { border-color: #607B50; }

 span { border-color: rgb(96,123,80); }

 td.TdClassName
 {
   border-color: #607B50;
 }
 .TagClassName
 {
   border-color: #607B50;
 }
</style>