#72AB68

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

Shades of Amulet #72AB68

Tints of Amulet #72AB68

Color information

#72AB68 (or 0x72AB68) is unknown color: approx Amulet. HEX triplet: 72, AB and 68. RGB value is (114,171,104). Sum of RGB (Red+Green+Blue) = 114+171+104=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB68 is #8D5497. Grayscale: #929292. Windows color (decimal): -9262232 or 6859634. OLE color: 6859634.

HSL color Cylindrical-coordinate representation of color #72AB68: hue angle of 111.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72AB68 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB114171104-
CMYK0.3300.390.33
HSL111.04º28.51%53.92%-
HSV(B)111.04º39.18%67.06%-
XYZ2433.718.34-
YUV146.32104.12104.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=29.31%
G=43.96%
B=26.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141711040.3300.390.33111.0428.5153.92
Hex72AB6821027216f1d36
Octal16225315041047411573566
Binary11100101010101111010001000010100111100001110111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,104); }

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

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

 a { background-color: rgb(114,171,104); }

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

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

 span { border-color: rgb(114,171,104); }

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