#5C772F

Color #5C772F Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5C772F

Tints of Dark Olive Green #5C772F

Color information

#5C772F (or 0x5C772F) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 77 and 2F. RGB value is (92,119,47). Sum of RGB (Red+Green+Blue) = 92+119+47=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #5C772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C772F is #A388D0. Grayscale: #666666. Windows color (decimal): -10717393 or 3110748. OLE color: 3110748.

HSL color Cylindrical-coordinate representation of color #5C772F: hue angle of 82.5º 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 #5C772F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB9211947-
CMYK0.2300.610.53
HSL82.5º43.37%32.55%-
HSV(B)82.5º60.5%46.67%-
XYZ11.5215.675.11-
YUV102.7296.55120.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.66%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=35.66%
G=46.12%
B=18.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92119470.2300.610.5382.543.3732.55
Hex5C772F1703D35522b21
Octal1341675727075651225341
Binary101110011101111011111011101111011101011010010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C772F; }

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

 H1.HeaderClassName
 {
   color: #5C772F;
 }
 .AnyTagClassName
 {
   color: #5C772F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #5C772F;
 }
 .BgClassName
 {
   background-color: #5C772F;
 }
</style>
border-color css

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

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

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