#72B066

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

Shades of Amulet #72B066

Tints of Amulet #72B066

Color information

#72B066 (or 0x72B066) is unknown color: approx Amulet. HEX triplet: 72, B0 and 66. RGB value is (114,176,102). Sum of RGB (Red+Green+Blue) = 114+176+102=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #72B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B066 is #8D4F99. Grayscale: #959595. Windows color (decimal): -9260954 or 6729842. OLE color: 6729842.

HSL color Cylindrical-coordinate representation of color #72B066: hue angle of 110.27º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72B066 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB114176102-
CMYK0.3500.420.31
HSL110.27º31.9%54.51%-
HSV(B)110.27º42.05%69.02%-
XYZ24.8635.5918.13-
YUV149.03101.46103.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=29.08%
G=44.90%
B=26.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141761020.3500.420.31110.2731.954.51
Hex72B0662302A1F6e2037
Octal16226014643052371564067
Binary11100101011000011001101000110101010111111101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,176,102); }

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

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

 a { background-color: rgb(114,176,102); }

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

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

 span { border-color: rgb(114,176,102); }

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