#86820A

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

Shades of Olive #86820A

Tints of Olive #86820A

Color information

#86820A (or 0x86820A) is unknown color: approx Olive. HEX triplet: 86, 82 and 0A. RGB value is (134,130,10). Sum of RGB (Red+Green+Blue) = 134+130+10=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86820A is #797DF5. Grayscale: #767676. Windows color (decimal): -7962102 or 688774. OLE color: 688774.

HSL color Cylindrical-coordinate representation of color #86820A: hue angle of 58.06º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86820A is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13413010-
CMYK00.030.930.47
HSL58.06º86.11%28.24%-
HSV(B)58.06º92.54%52.55%-
XYZ17.8721.063.41-
YUV117.5267.33139.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 10 (4.30% from 255) = 3.65%
R=48.91%
G=47.45%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341301000.030.930.4758.0686.1128.24
Hex8682A035D2F3a561c
Octal2062021203135577212634
Binary100001101000001010100111011101101111111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86820A; }

 p { color: rgb(134,130,10); }

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

<style>
 a { background-color: #86820A; }

 a { background-color: rgb(134,130,10); }

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

<style>
 span { border-color: #86820A; }

 span { border-color: rgb(134,130,10); }

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