#726D1F

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

Shades of Olivetone #726D1F

Tints of Olivetone #726D1F

Color information

#726D1F (or 0x726D1F) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 1F. RGB value is (114,109,31). Sum of RGB (Red+Green+Blue) = 114+109+31=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D1F is #8D92E0. Grayscale: #656565. Windows color (decimal): -9278177 or 2059634. OLE color: 2059634.

HSL color Cylindrical-coordinate representation of color #726D1F: hue angle of 56.39º 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 #726D1F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11410931-
CMYK00.040.730.55
HSL56.39º57.24%28.43%-
HSV(B)56.39º72.81%44.71%-
XYZ12.6614.613.45-
YUV101.688.16136.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 31 (12.5% from 255) = 12.20%
R=44.88%
G=42.91%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141093100.040.730.5556.3957.2428.43
Hex726D1F04493738391c
Octal162155370411167707134
Binary11100101101101111110100100100111011111100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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