#72A167

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

Shades of Amulet #72A167

Tints of Amulet #72A167

Color information

#72A167 (or 0x72A167) is unknown color: approx Amulet. HEX triplet: 72, A1 and 67. RGB value is (114,161,103). Sum of RGB (Red+Green+Blue) = 114+161+103=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #72A167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A167 is #8D5E98. Grayscale: #8C8C8C. Windows color (decimal): -9264793 or 6791538. OLE color: 6791538.

HSL color Cylindrical-coordinate representation of color #72A167: hue angle of 108.62º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72A167 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB114161103-
CMYK0.2900.360.37
HSL108.62º23.58%51.76%-
HSV(B)108.62º36.02%63.14%-
XYZ22.1330.0517.46-
YUV140.33106.93109.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=30.16%
G=42.59%
B=27.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1141611030.2900.360.37108.6223.5851.76
Hex72A1671D024256d1834
Octal16224114735044451553064
Binary1110010101000011100111111010100100100101110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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