#72701E

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

Shades of Olivetone #72701E

Tints of Olivetone #72701E

Color information

#72701E (or 0x72701E) is unknown color: approx Olivetone. HEX triplet: 72, 70 and 1E. RGB value is (114,112,30). Sum of RGB (Red+Green+Blue) = 114+112+30=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72701E is #8D8FE1. Grayscale: #676767. Windows color (decimal): -9277410 or 1994866. OLE color: 1994866.

HSL color Cylindrical-coordinate representation of color #72701E: hue angle of 58.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72701E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11411230-
CMYK00.020.740.55
HSL58.57º58.33%28.24%-
HSV(B)58.57º73.68%44.71%-
XYZ12.9715.263.49-
YUV103.2586.66135.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 30 (12.11% from 255) = 11.72%
R=44.53%
G=43.75%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141123000.020.740.5558.5758.3328.24
Hex72701E024A373b3a1c
Octal162160360211267737234
Binary1110010111000011110010100101011011111101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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