#72AD62

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

Shades of Amulet #72AD62

Tints of Amulet #72AD62

Color information

#72AD62 (or 0x72AD62) is unknown color: approx Amulet. HEX triplet: 72, AD and 62. RGB value is (114,173,98). Sum of RGB (Red+Green+Blue) = 114+173+98=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD62 is #8D529D. Grayscale: #939393. Windows color (decimal): -9261726 or 6466930. OLE color: 6466930.

HSL color Cylindrical-coordinate representation of color #72AD62: hue angle of 107.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72AD62 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB11417398-
CMYK0.3400.430.32
HSL107.2º31.38%53.14%-
HSV(B)107.2º43.35%67.84%-
XYZ24.0934.3516.92-
YUV146.81100.45104.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=29.61%
G=44.94%
B=25.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114173980.3400.430.32107.231.3853.14
Hex72AD622202B206b1f35
Octal16225514242053401533765
Binary11100101010110111000101000100101011100000110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,98); }

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

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

 a { background-color: rgb(114,173,98); }

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

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

 span { border-color: rgb(114,173,98); }

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