#887D0E

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

Shades of Olive #887D0E

Tints of Olive #887D0E

Color information

#887D0E (or 0x887D0E) is unknown color: approx Olive. HEX triplet: 88, 7D and 0E. RGB value is (136,125,14). Sum of RGB (Red+Green+Blue) = 136+125+14=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #887D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887D0E is #7782F1. Grayscale: #747474. Windows color (decimal): -7832306 or 949640. OLE color: 949640.

HSL color Cylindrical-coordinate representation of color #887D0E: hue angle of 54.59º 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 #887D0E is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13612514-
CMYK00.080.900.47
HSL54.59º81.33%29.41%-
HSV(B)54.59º89.71%53.33%-
XYZ17.5719.933.34-
YUV115.6470.64142.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=49.45%
G=45.45%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361251400.080.900.4754.5981.3329.41
Hex887DE085A2F37511d
Octal21017516010132576712135
Binary1000100011111011110010001011010101111110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887D0E; }

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

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

<style>
 a { background-color: #887D0E; }

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

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

<style>
 span { border-color: #887D0E; }

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

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