#5D890C

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

Shades of Olive Drab #5D890C

Tints of Olive Drab #5D890C

Color information

#5D890C (or 0x5D890C) is unknown color: approx Olive Drab. HEX triplet: 5D, 89 and 0C. RGB value is (93,137,12). Sum of RGB (Red+Green+Blue) = 93+137+12=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #5D890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D890C is #A276F3. Grayscale: #6E6E6E. Windows color (decimal): -10647284 or 821597. OLE color: 821597.

HSL color Cylindrical-coordinate representation of color #5D890C: hue angle of 81.12º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D890C is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB9313712-
CMYK0.3200.910.46
HSL81.12º83.89%29.22%-
HSV(B)81.12º91.24%53.73%-
XYZ13.5320.253.54-
YUV109.5972.92116.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.43%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=38.43%
G=56.61%
B=4.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93137120.3200.910.4681.1283.8929.22
Hex5D89C2005B2E51541d
Octal135211144001335612112435
Binary1011101100010011100100000010110111011101010001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D890C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,137,12); }

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

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

 a { background-color: rgb(93,137,12); }

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

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

 span { border-color: rgb(93,137,12); }

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