#87810F

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

Shades of Olive #87810F

Tints of Olive #87810F

Color information

#87810F (or 0x87810F) is unknown color: approx Olive. HEX triplet: 87, 81 and 0F. RGB value is (135,129,15). Sum of RGB (Red+Green+Blue) = 135+129+15=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87810F is #787EF0. Grayscale: #767676. Windows color (decimal): -7896817 or 1016199. OLE color: 1016199.

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

Color convert

RGB13512915-
CMYK00.040.890.47
HSL57º80%29.41%-
HSV(B)57º88.89%52.94%-
XYZ17.9320.893.54-
YUV117.869.99140.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=48.39%
G=46.24%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351291500.040.890.47578029.41
Hex8781F04592F39501d
Octal2072011704131577112035
Binary1000011110000001111101001011001101111111001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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