#88890F

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

Shades of Olive #88890F

Tints of Olive #88890F

Color information

#88890F (or 0x88890F) is unknown color: approx Olive. HEX triplet: 88, 89 and 0F. RGB value is (136,137,15). Sum of RGB (Red+Green+Blue) = 136+137+15=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #88890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88890F is #7776F0. Grayscale: #7B7B7B. Windows color (decimal): -7829233 or 1018248. OLE color: 1018248.

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

Color convert

RGB13613715-
CMYK0.0100.890.46
HSL60.49º80.26%29.8%-
HSV(B)60.49º89.05%53.73%-
XYZ19.1923.163.91-
YUV122.7967.17137.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=47.22%
G=47.57%
B=5.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136137150.0100.890.4660.4980.2629.8
Hex8889F10592E3c501e
Octal2102111710131567412036
Binary10001000100010011111101011001101110111100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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