#86720A

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

Shades of Olive #86720A

Tints of Olive #86720A

Color information

#86720A (or 0x86720A) is unknown color: approx Olive. HEX triplet: 86, 72 and 0A. RGB value is (134,114,10). Sum of RGB (Red+Green+Blue) = 134+114+10=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86720A is #798DF5. Grayscale: #6C6C6C. Windows color (decimal): -7966198 or 684678. OLE color: 684678.

HSL color Cylindrical-coordinate representation of color #86720A: hue angle of 50.32º 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 #86720A is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13411410-
CMYK00.150.930.47
HSL50.32º86.11%28.24%-
HSV(B)50.32º92.54%52.55%-
XYZ15.917.122.75-
YUV108.1272.63146.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=51.94%
G=44.19%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341141000.150.930.4750.3286.1128.24
Hex8672A0F5D2F32561c
Octal20616212017135576212634
Binary1000011011100101010011111011101101111110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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