#70AE66

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

Shades of Amulet #70AE66

Tints of Amulet #70AE66

Color information

#70AE66 (or 0x70AE66) is unknown color: approx Amulet. HEX triplet: 70, AE and 66. RGB value is (112,174,102). Sum of RGB (Red+Green+Blue) = 112+174+102=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE66 is #8F5199. Grayscale: #939393. Windows color (decimal): -9392538 or 6729328. OLE color: 6729328.

HSL color Cylindrical-coordinate representation of color #70AE66: hue angle of 111.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70AE66 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB112174102-
CMYK0.3600.410.32
HSL111.67º30.77%54.12%-
HSV(B)111.67º41.38%68.24%-
XYZ24.2234.6817.99-
YUV147.25102.46102.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.87%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=28.87%
G=44.85%
B=26.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741020.3600.410.32111.6730.7754.12
Hex70AE662402920701f36
Octal16025614644051401603766
Binary11100001010111011001101001000101001100000111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,174,102); }

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

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

 a { background-color: rgb(112,174,102); }

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

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

 span { border-color: rgb(112,174,102); }

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