#82720C

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

Shades of Olive #82720C

Tints of Olive #82720C

Color information

#82720C (or 0x82720C) is unknown color: approx Olive. HEX triplet: 82, 72 and 0C. RGB value is (130,114,12). Sum of RGB (Red+Green+Blue) = 130+114+12=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82720C is #7D8DF3. Grayscale: #6B6B6B. Windows color (decimal): -8228340 or 815746. OLE color: 815746.

HSL color Cylindrical-coordinate representation of color #82720C: hue angle of 51.86º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82720C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB13011412-
CMYK00.120.910.49
HSL51.86º83.1%27.84%-
HSV(B)51.86º90.77%50.98%-
XYZ15.2916.812.79-
YUV107.1674.3144.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=50.78%
G=44.53%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301141200.120.910.4951.8683.127.84
Hex8272C0C5B3134531c
Octal20216214014133616412334
Binary1000001011100101100011001011011110001110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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