#729E62

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

Shades of Amulet #729E62

Tints of Amulet #729E62

Color information

#729E62 (or 0x729E62) is unknown color: approx Amulet. HEX triplet: 72, 9E and 62. RGB value is (114,158,98). Sum of RGB (Red+Green+Blue) = 114+158+98=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #729E62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E62 is #8D619D. Grayscale: #8A8A8A. Windows color (decimal): -9265566 or 6463090. OLE color: 6463090.

HSL color Cylindrical-coordinate representation of color #729E62: hue angle of 104º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #729E62 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB11415898-
CMYK0.2800.380.38
HSL104º23.62%50.2%-
HSV(B)104º37.97%61.96%-
XYZ21.3728.9116.01-
YUV138105.42110.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 98 (38.67% from 255) = 26.49%
R=30.81%
G=42.70%
B=26.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114158980.2800.380.3810423.6250.2
Hex729E621C02626681832
Octal16223614234046461503062
Binary1110010100111101100010111000100110100110110100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,158,98); }

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

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

 a { background-color: rgb(114,158,98); }

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

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

 span { border-color: rgb(114,158,98); }

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