#5D880E

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

Shades of Olive Drab #5D880E

Tints of Olive Drab #5D880E

Color information

#5D880E (or 0x5D880E) is unknown color: approx Olive Drab. HEX triplet: 5D, 88 and 0E. RGB value is (93,136,14). Sum of RGB (Red+Green+Blue) = 93+136+14=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #5D880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D880E is #A277F1. Grayscale: #6D6D6D. Windows color (decimal): -10647538 or 952413. OLE color: 952413.

HSL color Cylindrical-coordinate representation of color #5D880E: hue angle of 81.15º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D880E is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9313614-
CMYK0.3200.900.47
HSL81.15º81.33%29.41%-
HSV(B)81.15º89.71%53.33%-
XYZ13.419.973.56-
YUV109.2474.25116.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.27%
GREEN value IS 136 (53.52% from 255) = 55.97%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=38.27%
G=55.97%
B=5.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93136140.3200.900.4781.1581.3329.41
Hex5D88E2005A2F51511d
Octal135210164001325712112135
Binary1011101100010001110100000010110101011111010001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,136,14); }

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

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

 a { background-color: rgb(93,136,14); }

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

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

 span { border-color: rgb(93,136,14); }

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