Html Css Color HEX #607036 Dark Olive Green

📋 copy color: '#607036'

red 96 ◦ green 112 ◦ blue 54

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

Shades of Dark Olive Green #607036

Tints of Dark Olive Green #607036

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 36.64%
G = 42.75%
B = 20.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#607036 (or 0x607036) is known color: Dark Olive Green. HEX triplet: 60, 70 and 36. RGB value is (96,112,54). Sum of RGB (Red+Green+Blue) = 96+112+54=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #607036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607036 is #9F8FC9. Grayscale: #646464. Windows color (decimal): -10457034 or 3567712. OLE color: 3567712.

HSL color Cylindrical-coordinate representation of color #607036: hue angle of 76.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607036 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 54 -
CMYK 0.14 0 0.52 0.56
HSL 76.55º 0.35% 0.33% -
HSV(B) 76.55º 0.52% 0.44% -
XYZ 11.28 14.34 5.66 -
YUV 100.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 96 112 54 0.14 0 0.52 0.56 76.55 0.35 0.33
Hex 60 70 36 E 0 34 38 4D 23 21
Octal 140 160 66 16 0 64 70 115 43 41
Binary 1100000 1110000 110110 1110 0 110100 111000 1001101 100011 100001

Color Harmonies of #607036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607036

Black with #607036

Text Example


Text Example

White with #607036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607036; }

 p { color: rgb(96,112,54); }

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

background-color css

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

 a { background-color: rgb(96,112,54); }

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

border-color css

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

 span { border-color: rgb(96,112,54); }

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