Html Css Color HEX #70A06B Amulet

📋 copy color: '#70A06B'

red 112 ◦ green 160 ◦ blue 107

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

Shades of Amulet #70A06B

Tints of Amulet #70A06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 29.55%
G = 42.22%
B = 28.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#70A06B (or 0x70A06B) is known color: Amulet. HEX triplet: 70, A0 and 6B. RGB value is (112,160,107). Sum of RGB (Red+Green+Blue) = 112+160+107=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #70A06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A06B is #8F5F94. Grayscale: #8B8B8B. Windows color (decimal): -9396117 or 7053424. OLE color: 7053424.

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

Color convert

RGB 112 160 107 -
CMYK 0.30 0 0.33 0.37
HSL 114.34º 0.22% 0.52% -
HSV(B) 114.34º 0.33% 0.63% -
XYZ 21.91 29.65 18.48 -
YUV 139.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 112 160 107 0.30 0 0.33 0.37 114.34 0.22 0.52
Hex 70 A0 6B 1E 0 21 25 72 16 34
Octal 160 240 153 36 0 41 45 162 26 64
Binary 1110000 10100000 1101011 11110 0 100001 100101 1110010 10110 110100

Color Harmonies of #70A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A06B

Black with #70A06B

Text Example


Text Example

White with #70A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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