#729F64

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

Shades of Amulet #729F64

Tints of Amulet #729F64

Color information

#729F64 (or 0x729F64) is unknown color: approx Amulet. HEX triplet: 72, 9F and 64. RGB value is (114,159,100). Sum of RGB (Red+Green+Blue) = 114+159+100=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #729F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F64 is #8D609B. Grayscale: #8B8B8B. Windows color (decimal): -9265308 or 6594418. OLE color: 6594418.

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

Color convert

RGB114159100-
CMYK0.2800.370.38
HSL105.76º23.51%50.78%-
HSV(B)105.76º37.11%62.35%-
XYZ21.6429.2916.57-
YUV138.82106.09110.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=30.56%
G=42.63%
B=26.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141591000.2800.370.38105.7623.5150.78
Hex729F641C025266a1833
Octal16223714434045461523063
Binary1110010100111111100100111000100101100110110101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,159,100); }

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

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

 a { background-color: rgb(114,159,100); }

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

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

 span { border-color: rgb(114,159,100); }

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