#887009

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

Shades of Olive #887009

Tints of Olive #887009

Color information

#887009 (or 0x887009) is unknown color: approx Olive. HEX triplet: 88, 70 and 09. RGB value is (136,112,9). Sum of RGB (Red+Green+Blue) = 136+112+9=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #887009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887009 is #778FF6. Grayscale: #6B6B6B. Windows color (decimal): -7835639 or 618632. OLE color: 618632.

HSL color Cylindrical-coordinate representation of color #887009: hue angle of 48.66º 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 #887009 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1361129-
CMYK00.180.930.47
HSL48.66º87.59%28.43%-
HSV(B)48.66º93.38%53.33%-
XYZ1616.842.67-
YUV107.4372.45148.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 9 (3.91% from 255) = 3.50%
R=52.92%
G=43.58%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136112900.180.930.4748.6687.5928.43
Hex887090125D2F31581c
Octal21016011022135576113034
Binary10001000111000010010100101011101101111110001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887009; }

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

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

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

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

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

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

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

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