#726F1F

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

Shades of Olivetone #726F1F

Tints of Olivetone #726F1F

Color information

#726F1F (or 0x726F1F) is unknown color: approx Olivetone. HEX triplet: 72, 6F and 1F. RGB value is (114,111,31). Sum of RGB (Red+Green+Blue) = 114+111+31=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #726F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F1F is #8D90E0. Grayscale: #676767. Windows color (decimal): -9277665 or 2060146. OLE color: 2060146.

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

Color convert

RGB11411131-
CMYK00.030.730.55
HSL57.83º57.24%28.43%-
HSV(B)57.83º72.81%44.71%-
XYZ12.8715.053.52-
YUV102.7887.49136-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=44.53%
G=43.36%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141113100.030.730.5557.8357.2428.43
Hex726F1F0349373a391c
Octal162157370311167727134
Binary1110010110111111111011100100111011111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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