#5D890D

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

Shades of Olive Drab #5D890D

Tints of Olive Drab #5D890D

Color information

#5D890D (or 0x5D890D) is unknown color: approx Olive Drab. HEX triplet: 5D, 89 and 0D. RGB value is (93,137,13). Sum of RGB (Red+Green+Blue) = 93+137+13=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #5D890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D890D is #A276F2. Grayscale: #6E6E6E. Windows color (decimal): -10647283 or 887133. OLE color: 887133.

HSL color Cylindrical-coordinate representation of color #5D890D: hue angle of 81.29º degrees, saturation: 0.83, 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 #5D890D is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB9313713-
CMYK0.3200.910.46
HSL81.29º82.67%29.41%-
HSV(B)81.29º90.51%53.73%-
XYZ13.5320.253.58-
YUV109.7173.42116.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.27%
GREEN value IS 137 (53.91% from 255) = 56.38%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=38.27%
G=56.38%
B=5.35%

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
Decimal93137130.3200.910.4681.2982.6729.41
Hex5D89D2005B2E51531d
Octal135211154001335612112335
Binary1011101100010011101100000010110111011101010001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D890D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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