#86850C

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

Shades of Olive #86850C

Tints of Olive #86850C

Color information

#86850C (or 0x86850C) is unknown color: approx Olive. HEX triplet: 86, 85 and 0C. RGB value is (134,133,12). Sum of RGB (Red+Green+Blue) = 134+133+12=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86850C is #797AF3. Grayscale: #777777. Windows color (decimal): -7961332 or 820614. OLE color: 820614.

HSL color Cylindrical-coordinate representation of color #86850C: hue angle of 59.51º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86850C is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13413312-
CMYK00.010.910.47
HSL59.51º83.56%28.63%-
HSV(B)59.51º91.04%52.55%-
XYZ18.2921.873.61-
YUV119.567.33138.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=48.03%
G=47.67%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341331200.010.910.4759.5183.5628.63
Hex8685C015B2F3c541d
Octal2062051401133577412435
Binary10000110100001011100011011011101111111100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86850C; }

 p { color: rgb(134,133,12); }

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

<style>
 a { background-color: #86850C; }

 a { background-color: rgb(134,133,12); }

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

<style>
 span { border-color: #86850C; }

 span { border-color: rgb(134,133,12); }

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