#726A15

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

Shades of Olivetone #726A15

Tints of Olivetone #726A15

Color information

#726A15 (or 0x726A15) is unknown color: approx Olivetone. HEX triplet: 72, 6A and 15. RGB value is (114,106,21). Sum of RGB (Red+Green+Blue) = 114+106+21=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A15 is #8D95EA. Grayscale: #636363. Windows color (decimal): -9278955 or 1403506. OLE color: 1403506.

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

Color convert

RGB11410621-
CMYK00.070.820.55
HSL54.84º68.89%26.47%-
HSV(B)54.84º81.58%44.71%-
XYZ12.2313.942.76-
YUV98.784.15138.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=47.30%
G=43.98%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141062100.070.820.5554.8468.8926.47
Hex726A1507523737451a
Octal1621522507122676710532
Binary111001011010101010101111010010110111110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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