Html Css Color HEX #70A06D Amulet

📋 copy color: '#70A06D'

red 112 ◦ green 160 ◦ blue 109

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

Shades of Amulet #70A06D

Tints of Amulet #70A06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 29.4%
G = 41.99%
B = 28.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#70A06D (or 0x70A06D) is known color: Amulet. HEX triplet: 70, A0 and 6D. RGB value is (112,160,109). Sum of RGB (Red+Green+Blue) = 112+160+109=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #70A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A06D is #8F5F92. Grayscale: #8B8B8B. Windows color (decimal): -9396115 or 7184496. OLE color: 7184496.

HSL color Cylindrical-coordinate representation of color #70A06D: hue angle of 116.47º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A06D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 160 109 -
CMYK 0.30 0 0.32 0.37
HSL 116.47º 0.21% 0.53% -
HSV(B) 116.47º 0.32% 0.63% -
XYZ 22.01 29.69 19.04 -
YUV 139.83 110.6 108.15 -
System Red Green Blue C M Y K H S L
Decimal 112 160 109 0.30 0 0.32 0.37 116.47 0.21 0.53
Hex 70 A0 6D 1E 0 20 25 74 15 35
Octal 160 240 155 36 0 40 45 164 25 65
Binary 1110000 10100000 1101101 11110 0 100000 100101 1110100 10101 110101

Color Harmonies of #70A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A06D

Black with #70A06D

Text Example


Text Example

White with #70A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,160,109); }

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

background-color css

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

 a { background-color: rgb(112,160,109); }

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

border-color css

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

 span { border-color: rgb(112,160,109); }

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