#726d1c

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

Shades of Olivetone #726D1C

Tints of Olivetone #726D1C

Color information

#726D1C (or 0x726D1C) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 1C. RGB value is (114,109,28). Sum of RGB (Red+Green+Blue) = 114+109+28=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #726D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D1C is #8D92E3. Grayscale: #656565. Windows color (decimal): -9278180 or 1863026. OLE color: 1863026.

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

Color convert

RGB11410928-
CMYK00.040.750.55
HSL56.51º60.56%27.84%-
HSV(B)56.51º75.44%44.71%-
XYZ12.6214.63.25-
YUV101.2686.66137.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=45.42%
G=43.43%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141092800.040.750.5556.5160.5627.84
Hex726D1C044B37393d1c
Octal162155340411367717534
Binary11100101101101111000100100101111011111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726d1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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