#729963

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

Shades of Amulet #729963

Tints of Amulet #729963

Color information

#729963 (or 0x729963) is unknown color: approx Amulet. HEX triplet: 72, 99 and 63. RGB value is (114,153,99). Sum of RGB (Red+Green+Blue) = 114+153+99=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #729963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729963 is #8D669C. Grayscale: #878787. Windows color (decimal): -9266845 or 6527346. OLE color: 6527346.

HSL color Cylindrical-coordinate representation of color #729963: hue angle of 103.33º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #729963 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB11415399-
CMYK0.2500.350.4
HSL103.33º21.43%49.41%-
HSV(B)103.33º35.29%60%-
XYZ20.5827.2615.98-
YUV135.18107.58112.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=31.15%
G=41.80%
B=27.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153990.2500.350.4103.3321.4349.41
Hex7299631902328671531
Octal16223114331043501472561
Binary1110010100110011100011110010100011101000110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729963; }

 p { color: rgb(114,153,99); }

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

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

 a { background-color: rgb(114,153,99); }

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

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

 span { border-color: rgb(114,153,99); }

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