#87890F

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

Shades of Olive #87890F

Tints of Olive #87890F

Color information

#87890F (or 0x87890F) is unknown color: approx Olive. HEX triplet: 87, 89 and 0F. RGB value is (135,137,15). Sum of RGB (Red+Green+Blue) = 135+137+15=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #87890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87890F is #7876F0. Grayscale: #7A7A7A. Windows color (decimal): -7894769 or 1018247. OLE color: 1018247.

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

Color convert

RGB13513715-
CMYK0.0100.890.46
HSL60.98º80.26%29.8%-
HSV(B)60.98º89.05%53.73%-
XYZ19.0223.083.9-
YUV122.4967.34136.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 15 (6.25% from 255) = 5.23%
R=47.04%
G=47.74%
B=5.23%

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
Decimal135137150.0100.890.4660.9880.2629.8
Hex8789F10592E3d501e
Octal2072111710131567512036
Binary10000111100010011111101011001101110111101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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