#5C8100

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

Shades of Olive Drab #5C8100

Tints of Olive Drab #5C8100

Color information

#5C8100 (or 0x5C8100) is unknown color: approx Olive Drab. HEX triplet: 5C, 81 and 00. RGB value is (92,129,0). Sum of RGB (Red+Green+Blue) = 92+129+0=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #5C8100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8100 is #A37EFF. Grayscale: #676767. Windows color (decimal): -10714880 or 33116. OLE color: 33116.

HSL color Cylindrical-coordinate representation of color #5C8100: hue angle of 77.21º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C8100 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB921290-
CMYK0.29010.49
HSL77.21º100%25.29%-
HSV(B)77.21º100%50.59%-
XYZ12.2617.982.82-
YUV103.2369.74119.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 129 (50.78% from 255) = 58.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.63%
G=58.37%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9212900.29010.4977.2110025.29
Hex5C8101D064314d6419
Octal13420103501446111514431
Binary101110010000001011101011001001100011001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,129,0); }

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

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

 a { background-color: rgb(92,129,0); }

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

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

 span { border-color: rgb(92,129,0); }

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