#729769

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

Shades of Amulet #729769

Tints of Amulet #729769

Color information

#729769 (or 0x729769) is unknown color: approx Amulet. HEX triplet: 72, 97 and 69. RGB value is (114,151,105). Sum of RGB (Red+Green+Blue) = 114+151+105=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #729769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729769 is #8D6896. Grayscale: #868686. Windows color (decimal): -9267351 or 6920050. OLE color: 6920050.

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

Color convert

RGB114151105-
CMYK0.2500.300.41
HSL108.26º18.11%50.2%-
HSV(B)108.26º30.46%59.22%-
XYZ20.5626.7317.44-
YUV134.69111.24113.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=30.81%
G=40.81%
B=28.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511050.2500.300.41108.2618.1150.2
Hex7297691901E296c1232
Octal16222715131036511542262
Binary111001010010111110100111001011110101001110110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729769; }

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

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

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

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

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

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

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

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