#72742C

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

Shades of Olivetone #72742C

Tints of Olivetone #72742C

Color information

#72742C (or 0x72742C) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 2C. RGB value is (114,116,44). Sum of RGB (Red+Green+Blue) = 114+116+44=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #72742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72742C is #8D8BD3. Grayscale: #6B6B6B. Windows color (decimal): -9276372 or 2913394. OLE color: 2913394.

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

Color convert

RGB11411644-
CMYK0.0200.620.55
HSL61.67º45%31.37%-
HSV(B)61.67º62.07%45.49%-
XYZ13.6416.254.8-
YUV107.1992.34132.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=41.61%
G=42.34%
B=16.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116440.0200.620.5561.674531.37
Hex72742C203E373e2d1f
Octal16216454207667765537
Binary1110010111010010110010011111011011111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,116,44); }

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

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

 a { background-color: rgb(114,116,44); }

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

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

 span { border-color: rgb(114,116,44); }

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