#5C8A06

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

Shades of Olive Drab #5C8A06

Tints of Olive Drab #5C8A06

Color information

#5C8A06 (or 0x5C8A06) is unknown color: approx Olive Drab. HEX triplet: 5C, 8A and 06. RGB value is (92,138,6). Sum of RGB (Red+Green+Blue) = 92+138+6=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #5C8A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8A06 is #A375F9. Grayscale: #6D6D6D. Windows color (decimal): -10712570 or 428636. OLE color: 428636.

HSL color Cylindrical-coordinate representation of color #5C8A06: hue angle of 80.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C8A06 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB921386-
CMYK0.3300.960.46
HSL80.91º91.67%28.24%-
HSV(B)80.91º95.65%54.12%-
XYZ13.5320.473.41-
YUV109.269.76115.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.98%
GREEN value IS 138 (54.30% from 255) = 58.47%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=38.98%
G=58.47%
B=2.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9213860.3300.960.4680.9191.6728.24
Hex5C8A6210602E515c1c
Octal13421264101405612113434
Binary101110010001010110100001011000001011101010001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,138,6); }

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

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

 a { background-color: rgb(92,138,6); }

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

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

 span { border-color: rgb(92,138,6); }

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