#87850D

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

Shades of Olive #87850D

Tints of Olive #87850D

Color information

#87850D (or 0x87850D) is unknown color: approx Olive. HEX triplet: 87, 85 and 0D. RGB value is (135,133,13). Sum of RGB (Red+Green+Blue) = 135+133+13=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87850D is #787AF2. Grayscale: #787878. Windows color (decimal): -7895795 or 886151. OLE color: 886151.

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

Color convert

RGB13513313-
CMYK00.010.900.47
HSL59.02º82.43%29.02%-
HSV(B)59.02º90.37%52.94%-
XYZ18.4521.963.65-
YUV119.9267.66138.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=48.04%
G=47.33%
B=4.63%

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
Decimal1351331300.010.900.4759.0282.4329.02
Hex8785D015A2F3b521d
Octal2072051501132577312235
Binary10000111100001011101011011010101111111011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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