#726D10

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

Shades of Olivetone #726D10

Tints of Olivetone #726D10

Color information

#726D10 (or 0x726D10) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 10. RGB value is (114,109,16). Sum of RGB (Red+Green+Blue) = 114+109+16=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #726D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D10 is #8D92EF. Grayscale: #646464. Windows color (decimal): -9278192 or 1076594. OLE color: 1076594.

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

Color convert

RGB11410916-
CMYK00.040.860.55
HSL56.94º75.38%25.49%-
HSV(B)56.94º85.96%44.71%-
XYZ12.514.552.64-
YUV99.8980.66138.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=47.70%
G=45.61%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141091600.040.860.5556.9475.3825.49
Hex726D10045637394b19
Octal1621552004126677111331
Binary111001011011011000001001010110110111111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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