#72A263

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

Shades of Amulet #72A263

Tints of Amulet #72A263

Color information

#72A263 (or 0x72A263) is unknown color: approx Amulet. HEX triplet: 72, A2 and 63. RGB value is (114,162,99). Sum of RGB (Red+Green+Blue) = 114+162+99=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #72A263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A263 is #8D5D9C. Grayscale: #8C8C8C. Windows color (decimal): -9264541 or 6529650. OLE color: 6529650.

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

Color convert

RGB11416299-
CMYK0.3000.390.36
HSL105.71º25.3%51.18%-
HSV(B)105.71º38.89%63.53%-
XYZ22.1130.3216.49-
YUV140.47104.6109.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=30.4%
G=43.2%
B=26.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114162990.3000.390.36105.7125.351.18
Hex72A2631E027246a1933
Octal16224214336047441523163
Binary1110010101000101100011111100100111100100110101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,162,99); }

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

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

 a { background-color: rgb(114,162,99); }

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

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

 span { border-color: rgb(114,162,99); }

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