#726F2C

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

Shades of Olivetone #726F2C

Tints of Olivetone #726F2C

Color information

#726F2C (or 0x726F2C) is unknown color: approx Olivetone. HEX triplet: 72, 6F and 2C. RGB value is (114,111,44). Sum of RGB (Red+Green+Blue) = 114+111+44=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #726F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F2C is #8D90D3. Grayscale: #686868. Windows color (decimal): -9277652 or 2912114. OLE color: 2912114.

HSL color Cylindrical-coordinate representation of color #726F2C: hue angle of 57.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #726F2C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB11411144-
CMYK00.030.610.55
HSL57.43º44.3%30.98%-
HSV(B)57.43º61.4%44.71%-
XYZ13.0815.134.61-
YUV104.2693.99134.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=42.38%
G=41.26%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141114400.030.610.5557.4344.330.98
Hex726F2C033D37392c1f
Octal16215754037567715437
Binary1110010110111110110001111110111011111100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726F2C; }

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

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

<style>
 a { background-color: #726F2C; }

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

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

<style>
 span { border-color: #726F2C; }

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

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