Html Css Color HEX #607E20 Olive Drab

📋 copy color: '#607E20'

red 96 ◦ green 126 ◦ blue 32

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

Shades of Olive Drab #607E20

Tints of Olive Drab #607E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.61%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 37.8%
G = 49.61%
B = 12.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#607E20 (or 0x607E20) is known color: Olive Drab. HEX triplet: 60, 7E and 20. RGB value is (96,126,32). Sum of RGB (Red+Green+Blue) = 96+126+32=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #607E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607E20 is #9F81DF. Grayscale: #6A6A6A. Windows color (decimal): -10453472 or 2129504. OLE color: 2129504.

HSL color Cylindrical-coordinate representation of color #607E20: hue angle of 79.15º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #607E20 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 126 32 -
CMYK 0.24 0 0.75 0.51
HSL 79.15º 0.59% 0.31% -
HSV(B) 79.15º 0.75% 0.49% -
XYZ 12.55 17.51 4.09 -
YUV 106.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 96 126 32 0.24 0 0.75 0.51 79.15 0.59 0.31
Hex 60 7E 20 18 0 4B 33 4F 3B 1F
Octal 140 176 40 30 0 113 63 117 73 37
Binary 1100000 1111110 100000 11000 0 1001011 110011 1001111 111011 11111

Color Harmonies of #607E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E20

Black with #607E20

Text Example


Text Example

White with #607E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,126,32); }

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

background-color css

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

 a { background-color: rgb(96,126,32); }

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

border-color css

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

 span { border-color: rgb(96,126,32); }

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