#726A1A

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

Shades of Olivetone #726A1A

Tints of Olivetone #726A1A

Color information

#726A1A (or 0x726A1A) is unknown color: approx Olivetone. HEX triplet: 72, 6A and 1A. RGB value is (114,106,26). Sum of RGB (Red+Green+Blue) = 114+106+26=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #726A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A1A is #8D95E5. Grayscale: #636363. Windows color (decimal): -9278950 or 1731186. OLE color: 1731186.

HSL color Cylindrical-coordinate representation of color #726A1A: hue angle of 54.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #726A1A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11410626-
CMYK00.070.770.55
HSL54.55º62.86%27.45%-
HSV(B)54.55º77.19%44.71%-
XYZ12.2813.963.02-
YUV99.2786.65138.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=46.34%
G=43.09%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141062600.070.770.5554.5562.8627.45
Hex726A1A074D37373f1b
Octal162152320711567677733
Binary11100101101010110100111100110111011111011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,26); }

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

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

 a { background-color: rgb(114,106,26); }

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

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

 span { border-color: rgb(114,106,26); }

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