#726E0A

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

Shades of Olive #726E0A

Tints of Olive #726E0A

Color information

#726E0A (or 0x726E0A) is unknown color: approx Olive. HEX triplet: 72, 6E and 0A. RGB value is (114,110,10). Sum of RGB (Red+Green+Blue) = 114+110+10=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #726E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726E0A is #8D91F5. Grayscale: #646464. Windows color (decimal): -9277942 or 683634. OLE color: 683634.

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

Color convert

RGB11411010-
CMYK00.040.910.55
HSL57.69º83.87%24.31%-
HSV(B)57.69º91.23%44.71%-
XYZ12.5714.752.47-
YUV99.877.33138.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 110 (43.36% from 255) = 47.01%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=48.72%
G=47.01%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141101000.040.910.5557.6983.8724.31
Hex726EA045B373a5418
Octal1621561204133677212430
Binary11100101101110101001001011011110111111010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,110,10); }

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

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

 a { background-color: rgb(114,110,10); }

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

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

 span { border-color: rgb(114,110,10); }

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