#88850F

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

Shades of Olive #88850F

Tints of Olive #88850F

Color information

#88850F (or 0x88850F) is unknown color: approx Olive. HEX triplet: 88, 85 and 0F. RGB value is (136,133,15). Sum of RGB (Red+Green+Blue) = 136+133+15=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88850F is #777AF0. Grayscale: #787878. Windows color (decimal): -7830257 or 1017224. OLE color: 1017224.

HSL color Cylindrical-coordinate representation of color #88850F: hue angle of 58.51º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88850F is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13613315-
CMYK00.020.890.47
HSL58.51º80.13%29.61%-
HSV(B)58.51º88.97%53.33%-
XYZ18.6322.043.73-
YUV120.4468.49139.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=47.89%
G=46.83%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361331500.020.890.4758.5180.1329.61
Hex8885F02592F3b501e
Octal2102051702131577312036
Binary100010001000010111110101011001101111111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88850F; }

 p { color: rgb(136,133,15); }

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

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

 a { background-color: rgb(136,133,15); }

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

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

 span { border-color: rgb(136,133,15); }

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