#729E69

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

Shades of Amulet #729E69

Tints of Amulet #729E69

Color information

#729E69 (or 0x729E69) is unknown color: approx Amulet. HEX triplet: 72, 9E and 69. RGB value is (114,158,105). Sum of RGB (Red+Green+Blue) = 114+158+105=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #729E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E69 is #8D6196. Grayscale: #8A8A8A. Windows color (decimal): -9265559 or 6921842. OLE color: 6921842.

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

Color convert

RGB114158105-
CMYK0.2800.340.38
HSL109.81º21.46%51.57%-
HSV(B)109.81º33.54%61.96%-
XYZ21.7229.0517.83-
YUV138.8108.92110.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=30.24%
G=41.91%
B=27.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141581050.2800.340.38109.8121.4651.57
Hex729E691C022266e1534
Octal16223615134042461562564
Binary1110010100111101101001111000100010100110110111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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