Html Css Color HEX #70AA63 Amulet

📋 copy color: '#70AA63'

red 112 ◦ green 170 ◦ blue 99

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

Shades of Amulet #70AA63

Tints of Amulet #70AA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 29.4%
G = 44.62%
B = 25.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#70AA63 (or 0x70AA63) is known color: Amulet. HEX triplet: 70, AA and 63. RGB value is (112,170,99). Sum of RGB (Red+Green+Blue) = 112+170+99=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA63 is #8F559C. Grayscale: #909090. Windows color (decimal): -9393565 or 6531696. OLE color: 6531696.

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

Color convert

RGB 112 170 99 -
CMYK 0.34 0 0.42 0.33
HSL 109.01º 0.29% 0.53% -
HSV(B) 109.01º 0.42% 0.67% -
XYZ 23.31 33.1 16.96 -
YUV 144.56 102.28 104.77 -
System Red Green Blue C M Y K H S L
Decimal 112 170 99 0.34 0 0.42 0.33 109.01 0.29 0.53
Hex 70 AA 63 22 0 2A 21 6D 1D 35
Octal 160 252 143 42 0 52 41 155 35 65
Binary 1110000 10101010 1100011 100010 0 101010 100001 1101101 11101 110101

Color Harmonies of #70AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA63

Black with #70AA63

Text Example


Text Example

White with #70AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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