#70A161

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

Shades of Amulet #70A161

Tints of Amulet #70A161

Color information

#70A161 (or 0x70A161) is unknown color: approx Amulet. HEX triplet: 70, A1 and 61. RGB value is (112,161,97). Sum of RGB (Red+Green+Blue) = 112+161+97=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #70A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A161 is #8F5E9E. Grayscale: #8B8B8B. Windows color (decimal): -9395871 or 6398320. OLE color: 6398320.

HSL color Cylindrical-coordinate representation of color #70A161: hue angle of 105.94º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70A161 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB11216197-
CMYK0.3000.400.37
HSL105.94º25.4%50.59%-
HSV(B)105.94º39.75%63.14%-
XYZ21.5829.815.92-
YUV139.05104.27108.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 161 (63.28% from 255) = 43.51%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=30.27%
G=43.51%
B=26.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal112161970.3000.400.37105.9425.450.59
Hex70A1611E028256a1933
Octal16024114136050451523163
Binary1110000101000011100001111100101000100101110101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A161; }

 p { color: rgb(112,161,97); }

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

<style>
 a { background-color: #70A161; }

 a { background-color: rgb(112,161,97); }

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

<style>
 span { border-color: #70A161; }

 span { border-color: rgb(112,161,97); }

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