#72AE67

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

Shades of Amulet #72AE67

Tints of Amulet #72AE67

Color information

#72AE67 (or 0x72AE67) is unknown color: approx Amulet. HEX triplet: 72, AE and 67. RGB value is (114,174,103). Sum of RGB (Red+Green+Blue) = 114+174+103=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AE67 is #8D5198. Grayscale: #949494. Windows color (decimal): -9261465 or 6794866. OLE color: 6794866.

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

Color convert

RGB114174103-
CMYK0.3400.410.32
HSL110.7º30.47%54.31%-
HSV(B)110.7º40.8%68.24%-
XYZ24.5234.8318.26-
YUV147.97102.62103.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=29.16%
G=44.50%
B=26.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141741030.3400.410.32110.730.4754.31
Hex72AE6722029206f1e36
Octal16225614742051401573666
Binary11100101010111011001111000100101001100000110111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,174,103); }

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

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

 a { background-color: rgb(114,174,103); }

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

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

 span { border-color: rgb(114,174,103); }

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