#72A967

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

Shades of Amulet #72A967

Tints of Amulet #72A967

Color information

#72A967 (or 0x72A967) is unknown color: approx Amulet. HEX triplet: 72, A9 and 67. RGB value is (114,169,103). Sum of RGB (Red+Green+Blue) = 114+169+103=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #72A967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A967 is #8D5698. Grayscale: #919191. Windows color (decimal): -9262745 or 6793586. OLE color: 6793586.

HSL color Cylindrical-coordinate representation of color #72A967: hue angle of 110º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A967 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB114169103-
CMYK0.3300.390.34
HSL110º27.73%53.33%-
HSV(B)110º39.05%66.27%-
XYZ23.5832.9317.95-
YUV145.03104.28105.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 169 (66.41% from 255) = 43.78%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=29.53%
G=43.78%
B=26.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691030.3300.390.3411027.7353.33
Hex72A96721027226e1c35
Octal16225114741047421563465
Binary11100101010100111001111000010100111100010110111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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