Html Css Color HEX #60772F Dark Olive Green

📋 copy color: '#60772F'

red 96 ◦ green 119 ◦ blue 47

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

Shades of Dark Olive Green #60772F

Tints of Dark Olive Green #60772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.42%

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 36.64%
G = 45.42%
B = 17.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#60772F (or 0x60772F) is known color: Dark Olive Green. HEX triplet: 60, 77 and 2F. RGB value is (96,119,47). Sum of RGB (Red+Green+Blue) = 96+119+47=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #60772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60772F is #9F88D0. Grayscale: #686868. Windows color (decimal): -10455249 or 3110752. OLE color: 3110752.

HSL color Cylindrical-coordinate representation of color #60772F: hue angle of 79.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60772F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 47 -
CMYK 0.19 0 0.61 0.53
HSL 79.17º 0.43% 0.33% -
HSV(B) 79.17º 0.61% 0.47% -
XYZ 11.93 15.89 5.13 -
YUV 103.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 96 119 47 0.19 0 0.61 0.53 79.17 0.43 0.33
Hex 60 77 2F 13 0 3D 35 4F 2B 21
Octal 140 167 57 23 0 75 65 117 53 41
Binary 1100000 1110111 101111 10011 0 111101 110101 1001111 101011 100001

Color Harmonies of #60772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60772F

Black with #60772F

Text Example


Text Example

White with #60772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60772F; }

 p { color: rgb(96,119,47); }

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

background-color css

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

 a { background-color: rgb(96,119,47); }

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

border-color css

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

 span { border-color: rgb(96,119,47); }

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