#729D68

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

Shades of Amulet #729D68

Tints of Amulet #729D68

Color information

#729D68 (or 0x729D68) is unknown color: approx Amulet. HEX triplet: 72, 9D and 68. RGB value is (114,157,104). Sum of RGB (Red+Green+Blue) = 114+157+104=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #729D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D68 is #8D6297. Grayscale: #8A8A8A. Windows color (decimal): -9265816 or 6856050. OLE color: 6856050.

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

Color convert

RGB114157104-
CMYK0.2700.340.38
HSL108.68º21.29%51.18%-
HSV(B)108.68º33.76%61.57%-
XYZ21.528.6917.5-
YUV138.1108.75110.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=30.4%
G=41.87%
B=27.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141571040.2700.340.38108.6821.2951.18
Hex729D681B022266d1533
Octal16223515033042461552563
Binary1110010100111011101000110110100010100110110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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