#5C7727

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

Shades of Dark Olive Green #5C7727

Tints of Dark Olive Green #5C7727

Color information

#5C7727 (or 0x5C7727) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 77 and 27. RGB value is (92,119,39). Sum of RGB (Red+Green+Blue) = 92+119+39=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7727 is #A388D8. Grayscale: #666666. Windows color (decimal): -10717401 or 2586460. OLE color: 2586460.

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

Color convert

RGB9211939-
CMYK0.2300.670.53
HSL80.25º50.63%30.98%-
HSV(B)80.25º67.23%46.67%-
XYZ11.3815.624.33-
YUV101.8192.55121-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=36.8%
G=47.6%
B=15.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92119390.2300.670.5380.2550.6330.98
Hex5C7727170433550331f
Octal13416747270103651206337
Binary101110011101111001111011101000011110101101000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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