#72751E

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

Shades of Olivetone #72751E

Tints of Olivetone #72751E

Color information

#72751E (or 0x72751E) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 1E. RGB value is (114,117,30). Sum of RGB (Red+Green+Blue) = 114+117+30=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #72751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72751E is #8D8AE1. Grayscale: #6A6A6A. Windows color (decimal): -9276130 or 1996146. OLE color: 1996146.

HSL color Cylindrical-coordinate representation of color #72751E: hue angle of 62.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72751E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB11411730-
CMYK0.0300.740.54
HSL62.07º59.18%28.82%-
HSV(B)62.07º74.36%45.88%-
XYZ13.5416.393.68-
YUV106.1885.01133.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=43.68%
G=44.83%
B=11.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117300.0300.740.5462.0759.1828.82
Hex72751E304A363e3b1d
Octal162165363011266767335
Binary1110010111010111110110100101011011011111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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