Html Css Color HEX #70A161 Amulet

📋 copy color: '#70A161'

red 112 ◦ green 161 ◦ blue 97

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

Shades of Amulet #70A161

Tints of Amulet #70A161

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

 BLUE value IS 97 (38.28% from 255) = 26.22%

R = 30.27%
G = 43.51%
B = 26.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#70A161 (or 0x70A161) is known color: Amulet. HEX triplet: 70, A1 and 61. RGB value is (112,161,97). Sum of RGB (Red+Green+Blue) = 112+161+97=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #70A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A161 is #8F5E9E. Grayscale: #8B8B8B. Windows color (decimal): -9395871 or 6398320. OLE color: 6398320.

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

Color convert

RGB 112 161 97 -
CMYK 0.30 0 0.40 0.37
HSL 105.94º 0.25% 0.51% -
HSV(B) 105.94º 0.4% 0.63% -
XYZ 21.58 29.8 15.92 -
YUV 139.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 112 161 97 0.30 0 0.40 0.37 105.94 0.25 0.51
Hex 70 A1 61 1E 0 28 25 6A 19 33
Octal 160 241 141 36 0 50 45 152 31 63
Binary 1110000 10100001 1100001 11110 0 101000 100101 1101010 11001 110011

Color Harmonies of #70A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A161

Black with #70A161

Text Example


Text Example

White with #70A161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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