Html Css Color HEX #70A56E Amulet

📋 copy color: '#70A56E'

red 112 ◦ green 165 ◦ blue 110

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

Shades of Amulet #70A56E

Tints of Amulet #70A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 28.94%
G = 42.64%
B = 28.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#70A56E (or 0x70A56E) is known color: Amulet. HEX triplet: 70, A5 and 6E. RGB value is (112,165,110). Sum of RGB (Red+Green+Blue) = 112+165+110=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #70A56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A56E is #8F5A91. Grayscale: #8F8F8F. Windows color (decimal): -9394834 or 7251312. OLE color: 7251312.

HSL color Cylindrical-coordinate representation of color #70A56E: hue angle of 117.82º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A56E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 110 -
CMYK 0.32 0 0.33 0.35
HSL 117.82º 0.23% 0.54% -
HSV(B) 117.82º 0.33% 0.65% -
XYZ 22.95 31.48 19.62 -
YUV 142.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 112 165 110 0.32 0 0.33 0.35 117.82 0.23 0.54
Hex 70 A5 6E 20 0 21 23 76 17 36
Octal 160 245 156 40 0 41 43 166 27 66
Binary 1110000 10100101 1101110 100000 0 100001 100011 1110110 10111 110110

Color Harmonies of #70A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A56E

Black with #70A56E

Text Example


Text Example

White with #70A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,110); }

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

background-color css

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

 a { background-color: rgb(112,165,110); }

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

border-color css

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

 span { border-color: rgb(112,165,110); }

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