#82780D

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

Shades of Olive #82780D

Tints of Olive #82780D

Color information

#82780D (or 0x82780D) is unknown color: approx Olive. HEX triplet: 82, 78 and 0D. RGB value is (130,120,13). Sum of RGB (Red+Green+Blue) = 130+120+13=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82780D is #7D87F2. Grayscale: #6F6F6F. Windows color (decimal): -8226803 or 882818. OLE color: 882818.

HSL color Cylindrical-coordinate representation of color #82780D: hue angle of 54.87º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82780D is Cyan = 0, Magento = 0.08, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB13012013-
CMYK00.080.90.49
HSL54.87º81.82%28.04%-
HSV(B)54.87º90%50.98%-
XYZ1618.213.05-
YUV110.7972.81141.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=49.43%
G=45.63%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301201300.080.90.4954.8781.8228.04
Hex8278D085A3137521c
Octal20217015010132616712234
Binary1000001011110001101010001011010110001110111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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