#70AA6A

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

Shades of Amulet #70AA6A

Tints of Amulet #70AA6A

Color information

#70AA6A (or 0x70AA6A) is unknown color: approx Amulet. HEX triplet: 70, AA and 6A. RGB value is (112,170,106). Sum of RGB (Red+Green+Blue) = 112+170+106=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA6A is #8F5595. Grayscale: #919191. Windows color (decimal): -9393558 or 6990448. OLE color: 6990448.

HSL color Cylindrical-coordinate representation of color #70AA6A: hue angle of 114.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70AA6A is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB112170106-
CMYK0.3400.380.33
HSL114.38º27.35%54.12%-
HSV(B)114.38º37.65%66.67%-
XYZ23.6633.2318.8-
YUV145.36105.78104.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.87%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=28.87%
G=43.81%
B=27.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701060.3400.380.33114.3827.3554.12
Hex70AA6A2202621721b36
Octal16025215242046411623366
Binary11100001010101011010101000100100110100001111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,106); }

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

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

 a { background-color: rgb(112,170,106); }

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

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

 span { border-color: rgb(112,170,106); }

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