#5C772A

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

Shades of Dark Olive Green #5C772A

Tints of Dark Olive Green #5C772A

Color information

#5C772A (or 0x5C772A) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 77 and 2A. RGB value is (92,119,42). Sum of RGB (Red+Green+Blue) = 92+119+42=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #5C772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C772A is #A388D5. Grayscale: #666666. Windows color (decimal): -10717398 or 2783068. OLE color: 2783068.

HSL color Cylindrical-coordinate representation of color #5C772A: hue angle of 81.04º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C772A is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB9211942-
CMYK0.2300.650.53
HSL81.04º47.83%31.57%-
HSV(B)81.04º64.71%46.67%-
XYZ11.4315.644.61-
YUV102.1594.05120.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.36%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=36.36%
G=47.04%
B=16.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92119420.2300.650.5381.0447.8331.57
Hex5C772A1704135513020
Octal13416752270101651216040
Binary1011100111011110101010111010000011101011010001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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