#72702E

Color #72702E Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #72702E

Tints of Olivetone #72702E

Color information

#72702E (or 0x72702E) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 2E. RGB value is (114,112,46). Sum of RGB (Red+Green+Blue) = 114+112+46=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72702E is #8D8FD1. Grayscale: #696969. Windows color (decimal): -9277394 or 3043442. OLE color: 3043442.

HSL color Cylindrical-coordinate representation of color #72702E: hue angle of 58.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72702E is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB11411246-
CMYK00.020.600.55
HSL58.24º42.5%31.37%-
HSV(B)58.24º59.65%44.71%-
XYZ13.2315.364.85-
YUV105.0794.66134.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=41.91%
G=41.18%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141124600.020.600.5558.2442.531.37
Hex72702E023C373a2a1f
Octal16216056027467725237
Binary1110010111000010111001011110011011111101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72702E; }

 p { color: rgb(114,112,46); }

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

<style>
 a { background-color: #72702E; }

 a { background-color: rgb(114,112,46); }

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

<style>
 span { border-color: #72702E; }

 span { border-color: rgb(114,112,46); }

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