Html Css Color HEX #70AA60 Amulet

📋 copy color: '#70AA60'

red 112 ◦ green 170 ◦ blue 96

#70AA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #70AA60

Tints of Amulet #70AA60

RGB

 RED value IS 112 (44.14% from 255) = 29.63%

 GREEN value IS 170 (66.8% from 255) = 44.97%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 29.63%
G = 44.97%
B = 25.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#70AA60 (or 0x70AA60) is known color: Amulet. HEX triplet: 70, AA and 60. RGB value is (112,170,96). Sum of RGB (Red+Green+Blue) = 112+170+96=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA60 is #8F559F. Grayscale: #909090. Windows color (decimal): -9393568 or 6335088. OLE color: 6335088.

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

Color convert

RGB 112 170 96 -
CMYK 0.34 0 0.44 0.33
HSL 107.03º 0.3% 0.52% -
HSV(B) 107.03º 0.44% 0.67% -
XYZ 23.17 33.04 16.22 -
YUV 144.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 112 170 96 0.34 0 0.44 0.33 107.03 0.3 0.52
Hex 70 AA 60 22 0 2C 21 6B 1E 34
Octal 160 252 140 42 0 54 41 153 36 64
Binary 1110000 10101010 1100000 100010 0 101100 100001 1101011 11110 110100

Color Harmonies of #70AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA60

Black with #70AA60

Text Example


Text Example

White with #70AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AA60;
 }
 .AnyTagClassName
 {
   color: #70AA60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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