Html Css Color HEX #70AD61 Amulet

📋 copy color: '#70AD61'

red 112 ◦ green 173 ◦ blue 97

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

Shades of Amulet #70AD61

Tints of Amulet #70AD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.29%

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

R = 29.32%
G = 45.29%
B = 25.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#70AD61 (or 0x70AD61) is known color: Amulet. HEX triplet: 70, AD and 61. RGB value is (112,173,97). Sum of RGB (Red+Green+Blue) = 112+173+97=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD61 is #8F529E. Grayscale: #929292. Windows color (decimal): -9392799 or 6401392. OLE color: 6401392.

HSL color Cylindrical-coordinate representation of color #70AD61: hue angle of 108.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70AD61 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 173 97 -
CMYK 0.35 0 0.44 0.32
HSL 108.16º 0.32% 0.53% -
HSV(B) 108.16º 0.44% 0.68% -
XYZ 23.78 34.19 16.66 -
YUV 146.1 100.29 103.68 -
System Red Green Blue C M Y K H S L
Decimal 112 173 97 0.35 0 0.44 0.32 108.16 0.32 0.53
Hex 70 AD 61 23 0 2C 20 6C 20 35
Octal 160 255 141 43 0 54 40 154 40 65
Binary 1110000 10101101 1100001 100011 0 101100 100000 1101100 100000 110101

Color Harmonies of #70AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AD61

Black with #70AD61

Text Example


Text Example

White with #70AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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