#729A66

Color #729A66 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #729A66

Tints of Amulet #729A66

Color information

#729A66 (or 0x729A66) is unknown color: approx Amulet. HEX triplet: 72, 9A and 66. RGB value is (114,154,102). Sum of RGB (Red+Green+Blue) = 114+154+102=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #729A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A66 is #8D6599. Grayscale: #888888. Windows color (decimal): -9266586 or 6724210. OLE color: 6724210.

HSL color Cylindrical-coordinate representation of color #729A66: hue angle of 106.15º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729A66 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB114154102-
CMYK0.2600.340.40
HSL106.15º20.47%50.2%-
HSV(B)106.15º33.77%60.39%-
XYZ20.8927.6516.81-
YUV136.11108.75112.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 154 (60.55% from 255) = 41.62%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=30.81%
G=41.62%
B=27.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141541020.2600.340.40106.1520.4750.2
Hex729A661A022286a1432
Octal16223214632042501522462
Binary1110010100110101100110110100100010101000110101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729A66; }

 p { color: rgb(114,154,102); }

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

<style>
 a { background-color: #729A66; }

 a { background-color: rgb(114,154,102); }

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

<style>
 span { border-color: #729A66; }

 span { border-color: rgb(114,154,102); }

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