Html Css Color HEX #606F37 Dark Olive Green

📋 copy color: '#606F37'

red 96 ◦ green 111 ◦ blue 55

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

Shades of Dark Olive Green #606F37

Tints of Dark Olive Green #606F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

 BLUE value IS 55 (21.88% from 255) = 20.99%

R = 36.64%
G = 42.37%
B = 20.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#606F37 (or 0x606F37) is known color: Dark Olive Green. HEX triplet: 60, 6F and 37. RGB value is (96,111,55). Sum of RGB (Red+Green+Blue) = 96+111+55=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #606F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606F37 is #9F90C8. Grayscale: #646464. Windows color (decimal): -10457289 or 3632992. OLE color: 3632992.

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

Color convert

RGB 96 111 55 -
CMYK 0.14 0 0.50 0.56
HSL 76.07º 0.34% 0.33% -
HSV(B) 76.07º 0.5% 0.44% -
XYZ 11.2 14.13 5.75 -
YUV 100.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 96 111 55 0.14 0 0.50 0.56 76.07 0.34 0.33
Hex 60 6F 37 E 0 32 38 4C 22 21
Octal 140 157 67 16 0 62 70 114 42 41
Binary 1100000 1101111 110111 1110 0 110010 111000 1001100 100010 100001

Color Harmonies of #606F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F37

Black with #606F37

Text Example


Text Example

White with #606F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F37; }

 p { color: rgb(96,111,55); }

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

background-color css

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

 a { background-color: rgb(96,111,55); }

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

border-color css

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

 span { border-color: rgb(96,111,55); }

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