#82860D

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

Shades of Olive #82860D

Tints of Olive #82860D

Color information

#82860D (or 0x82860D) is unknown color: approx Olive. HEX triplet: 82, 86 and 0D. RGB value is (130,134,13). Sum of RGB (Red+Green+Blue) = 130+134+13=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #82860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82860D is #7D79F2. Grayscale: #777777. Windows color (decimal): -8223219 or 886402. OLE color: 886402.

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

Color convert

RGB13013413-
CMYK0.0300.900.47
HSL61.98º82.31%28.82%-
HSV(B)61.98º90.3%52.55%-
XYZ17.821.833.66-
YUV119.0168.17135.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=46.93%
G=48.38%
B=4.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134130.0300.900.4761.9882.3128.82
Hex8286D305A2F3e521d
Octal2022061530132577612235
Binary100000101000011011011101011010101111111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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