#88860F

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

Shades of Olive #88860F

Tints of Olive #88860F

Color information

#88860F (or 0x88860F) is unknown color: approx Olive. HEX triplet: 88, 86 and 0F. RGB value is (136,134,15). Sum of RGB (Red+Green+Blue) = 136+134+15=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88860F is #7779F0. Grayscale: #797979. Windows color (decimal): -7830001 or 1017480. OLE color: 1017480.

HSL color Cylindrical-coordinate representation of color #88860F: hue angle of 59.01º 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 #88860F is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13613415-
CMYK00.010.890.47
HSL59.01º80.13%29.61%-
HSV(B)59.01º88.97%53.33%-
XYZ18.7622.323.77-
YUV121.0368.16138.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=47.72%
G=47.02%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361341500.010.890.4759.0180.1329.61
Hex8886F01592F3b501e
Octal2102061701131577312036
Binary10001000100001101111011011001101111111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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