#82790a

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

Shades of Olive #82790A

Tints of Olive #82790A

Color information

#82790A (or 0x82790A) is unknown color: approx Olive. HEX triplet: 82, 79 and 0A. RGB value is (130,121,10). Sum of RGB (Red+Green+Blue) = 130+121+10=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82790A is #7D86F5. Grayscale: #6F6F6F. Windows color (decimal): -8226550 or 686466. OLE color: 686466.

HSL color Cylindrical-coordinate representation of color #82790A: hue angle of 55.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82790A is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13012110-
CMYK00.070.920.49
HSL55.5º85.71%27.45%-
HSV(B)55.5º92.31%50.98%-
XYZ16.118.443-
YUV111.0470.98141.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=49.81%
G=46.36%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301211000.070.920.4955.585.7127.45
Hex8279A075C3137561b
Octal2021711207134616712633
Binary100000101111001101001111011100110001110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82790a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82790a; }

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

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

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

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

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

<style>
 span { border-color: #82790a; }

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

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