#88870D

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

Shades of Olive #88870D

Tints of Olive #88870D

Color information

#88870D (or 0x88870D) is unknown color: approx Olive. HEX triplet: 88, 87 and 0D. RGB value is (136,135,13). Sum of RGB (Red+Green+Blue) = 136+135+13=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88870D is #7778F2. Grayscale: #797979. Windows color (decimal): -7829747 or 886664. OLE color: 886664.

HSL color Cylindrical-coordinate representation of color #88870D: hue angle of 59.51º degrees, saturation: 0.83, 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 #88870D is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13613513-
CMYK00.010.900.47
HSL59.51º82.55%29.22%-
HSV(B)59.51º90.44%53.33%-
XYZ18.8922.593.75-
YUV121.3966.83138.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=47.89%
G=47.54%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361351300.010.900.4759.5182.5529.22
Hex8887D015A2F3c531d
Octal2102071501132577412335
Binary10001000100001111101011011010101111111100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88870D; }

 p { color: rgb(136,135,13); }

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

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

 a { background-color: rgb(136,135,13); }

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

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

 span { border-color: rgb(136,135,13); }

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