Html Css Color HEX #87860D Olive

📋 copy color: '#87860D'

red 135 ◦ green 134 ◦ blue 13

#87860D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #87860D

Tints of Olive #87860D

RGB

 RED value IS 135 (53.13% from 255) = 47.87%

 GREEN value IS 134 (52.73% from 255) = 47.52%

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 47.87%
G = 47.52%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87860D (or 0x87860D) is known color: Olive. HEX triplet: 87, 86 and 0D. RGB value is (135,134,13). Sum of RGB (Red+Green+Blue) = 135+134+13=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87860D is #7879F2. Grayscale: #787878. Windows color (decimal): -7895539 or 886407. OLE color: 886407.

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

Color convert

RGB 135 134 13 -
CMYK 0 0.01 0.90 0.47
HSL 59.51º 0.82% 0.29% -
HSV(B) 59.51º 0.9% 0.53% -
XYZ 18.59 22.23 3.69 -
YUV 120.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 135 134 13 0 0.01 0.90 0.47 59.51 0.82 0.29
Hex 87 86 D 0 1 5A 2F 3C 52 1D
Octal 207 206 15 0 1 132 57 74 122 35
Binary 10000111 10000110 1101 0 1 1011010 101111 111100 1010010 11101

Color Harmonies of #87860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87860D

Black with #87860D

Text Example


Text Example

White with #87860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87860D;
 }
 .AnyTagClassName
 {
   color: #87860D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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