#82710B

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

Shades of Olive #82710B

Tints of Olive #82710B

Color information

#82710B (or 0x82710B) is unknown color: approx Olive. HEX triplet: 82, 71 and 0B. RGB value is (130,113,11). Sum of RGB (Red+Green+Blue) = 130+113+11=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82710B is #7D8EF4. Grayscale: #6A6A6A. Windows color (decimal): -8228597 or 749954. OLE color: 749954.

HSL color Cylindrical-coordinate representation of color #82710B: hue angle of 51.43º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82710B is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13011311-
CMYK00.130.920.49
HSL51.43º84.4%27.65%-
HSV(B)51.43º91.54%50.98%-
XYZ15.1716.582.72-
YUV106.4674.13144.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 113 (44.53% from 255) = 44.49%
BLUE value IS 11 (4.69% from 255) = 4.33%
R=51.18%
G=44.49%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301131100.130.920.4951.4384.427.65
Hex8271B0D5C3133541c
Octal20216113015134616312434
Binary1000001011100011011011011011100110001110011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82710B; }

 p { color: rgb(130,113,11); }

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

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

 a { background-color: rgb(130,113,11); }

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

<style>
 span { border-color: #82710B; }

 span { border-color: rgb(130,113,11); }

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