#72A469

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

Shades of Amulet #72A469

Tints of Amulet #72A469

Color information

#72A469 (or 0x72A469) is unknown color: approx Amulet. HEX triplet: 72, A4 and 69. RGB value is (114,164,105). Sum of RGB (Red+Green+Blue) = 114+164+105=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #72A469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A469 is #8D5B96. Grayscale: #8E8E8E. Windows color (decimal): -9264023 or 6923378. OLE color: 6923378.

HSL color Cylindrical-coordinate representation of color #72A469: hue angle of 110.85º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72A469 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB114164105-
CMYK0.3000.360.36
HSL110.85º24.48%52.75%-
HSV(B)110.85º35.98%64.31%-
XYZ22.7631.1518.18-
YUV142.32106.94107.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=29.77%
G=42.82%
B=27.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641050.3000.360.36110.8524.4852.75
Hex72A4691E024246f1835
Octal16224415136044441573065
Binary1110010101001001101001111100100100100100110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A469; }

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

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

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

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

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

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

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

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