#82720B

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

Shades of Olive #82720B

Tints of Olive #82720B

Color information

#82720B (or 0x82720B) is unknown color: approx Olive. HEX triplet: 82, 72 and 0B. RGB value is (130,114,11). Sum of RGB (Red+Green+Blue) = 130+114+11=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82720B is #7D8DF4. Grayscale: #6B6B6B. Windows color (decimal): -8228341 or 750210. OLE color: 750210.

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

Color convert

RGB13011411-
CMYK00.120.920.49
HSL51.93º84.4%27.65%-
HSV(B)51.93º91.54%50.98%-
XYZ15.2816.82.75-
YUV107.0473.8144.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.98%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=50.98%
G=44.71%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301141100.120.920.4951.9384.427.65
Hex8272B0C5C3134541c
Octal20216213014134616412434
Binary1000001011100101011011001011100110001110100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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