#729668

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

Shades of Amulet #729668

Tints of Amulet #729668

Color information

#729668 (or 0x729668) is unknown color: approx Amulet. HEX triplet: 72, 96 and 68. RGB value is (114,150,104). Sum of RGB (Red+Green+Blue) = 114+150+104=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #729668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729668 is #8D6997. Grayscale: #868686. Windows color (decimal): -9267608 or 6854258. OLE color: 6854258.

HSL color Cylindrical-coordinate representation of color #729668: hue angle of 106.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729668 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB114150104-
CMYK0.2400.310.41
HSL106.96º18.11%49.8%-
HSV(B)106.96º30.67%58.82%-
XYZ20.3426.3917.12-
YUV133.99111.07113.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=30.98%
G=40.76%
B=28.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501040.2400.310.41106.9618.1149.8
Hex7296681801F296b1232
Octal16222615030037511532262
Binary111001010010110110100011000011111101001110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729668; }

 p { color: rgb(114,150,104); }

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

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

 a { background-color: rgb(114,150,104); }

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

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

 span { border-color: rgb(114,150,104); }

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