#82780A

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

Shades of Olive #82780A

Tints of Olive #82780A

Color information

#82780A (or 0x82780A) is unknown color: approx Olive. HEX triplet: 82, 78 and 0A. RGB value is (130,120,10). Sum of RGB (Red+Green+Blue) = 130+120+10=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82780A is #7D87F5. Grayscale: #6E6E6E. Windows color (decimal): -8226806 or 686210. OLE color: 686210.

HSL color Cylindrical-coordinate representation of color #82780A: hue angle of 55º 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 #82780A is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13012010-
CMYK00.080.920.49
HSL55º85.71%27.45%-
HSV(B)55º92.31%50.98%-
XYZ15.9818.22.96-
YUV110.4571.31141.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 46.15%
BLUE value IS 10 (4.30% from 255) = 3.85%
R=50%
G=46.15%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301201000.080.920.495585.7127.45
Hex8278A085C3137561b
Octal20217012010134616712633
Binary1000001011110001010010001011100110001110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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