#887409

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

Shades of Olive #887409

Tints of Olive #887409

Color information

#887409 (or 0x887409) is unknown color: approx Olive. HEX triplet: 88, 74 and 09. RGB value is (136,116,9). Sum of RGB (Red+Green+Blue) = 136+116+9=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #887409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887409 is #778BF6. Grayscale: #6E6E6E. Windows color (decimal): -7834615 or 619656. OLE color: 619656.

HSL color Cylindrical-coordinate representation of color #887409: hue angle of 50.55º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #887409 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1361169-
CMYK00.150.930.47
HSL50.55º87.59%28.43%-
HSV(B)50.55º93.38%53.33%-
XYZ16.4517.742.82-
YUV109.7871.13146.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=52.11%
G=44.44%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136116900.150.930.4750.5587.5928.43
Hex887490F5D2F33581c
Octal21016411017135576313034
Binary1000100011101001001011111011101101111110011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887409; }

 p { color: rgb(136,116,9); }

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

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

 a { background-color: rgb(136,116,9); }

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

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

 span { border-color: rgb(136,116,9); }

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