#70A164

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

Shades of Amulet #70A164

Tints of Amulet #70A164

Color information

#70A164 (or 0x70A164) is unknown color: approx Amulet. HEX triplet: 70, A1 and 64. RGB value is (112,161,100). Sum of RGB (Red+Green+Blue) = 112+161+100=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #70A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A164 is #8F5E9B. Grayscale: #8B8B8B. Windows color (decimal): -9395868 or 6594928. OLE color: 6594928.

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

Color convert

RGB112161100-
CMYK0.3000.380.37
HSL108.2º24.5%51.18%-
HSV(B)108.2º37.89%63.14%-
XYZ21.7329.8516.67-
YUV139.39105.77108.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=30.03%
G=43.16%
B=26.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121611000.3000.380.37108.224.551.18
Hex70A1641E026256c1833
Octal16024114436046451543063
Binary1110000101000011100100111100100110100101110110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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