#729766

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

Shades of Amulet #729766

Tints of Amulet #729766

Color information

#729766 (or 0x729766) is unknown color: approx Amulet. HEX triplet: 72, 97 and 66. RGB value is (114,151,102). Sum of RGB (Red+Green+Blue) = 114+151+102=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #729766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729766 is #8D6899. Grayscale: #868686. Windows color (decimal): -9267354 or 6723442. OLE color: 6723442.

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

Color convert

RGB114151102-
CMYK0.2500.320.41
HSL105.31º19.37%49.61%-
HSV(B)105.31º32.45%59.22%-
XYZ20.426.6716.64-
YUV134.35109.74113.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=31.06%
G=41.14%
B=27.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511020.2500.320.41105.3119.3749.61
Hex7297661902029691332
Octal16222714631040511512362
Binary1110010100101111100110110010100000101001110100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729766; }

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

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

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

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

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

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

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

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