Html Css Color HEX #70A66A Amulet

📋 copy color: '#70A66A'

red 112 ◦ green 166 ◦ blue 106

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

Shades of Amulet #70A66A

Tints of Amulet #70A66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 29.17%
G = 43.23%
B = 27.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#70A66A (or 0x70A66A) is known color: Amulet. HEX triplet: 70, A6 and 6A. RGB value is (112,166,106). Sum of RGB (Red+Green+Blue) = 112+166+106=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #70A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A66A is #8F5995. Grayscale: #8F8F8F. Windows color (decimal): -9394582 or 6989424. OLE color: 6989424.

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

Color convert

RGB 112 166 106 -
CMYK 0.33 0 0.36 0.35
HSL 114º 0.25% 0.53% -
HSV(B) 114º 0.36% 0.65% -
XYZ 22.92 31.76 18.56 -
YUV 143.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 112 166 106 0.33 0 0.36 0.35 114 0.25 0.53
Hex 70 A6 6A 21 0 24 23 72 19 35
Octal 160 246 152 41 0 44 43 162 31 65
Binary 1110000 10100110 1101010 100001 0 100100 100011 1110010 11001 110101

Color Harmonies of #70A66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A66A

Black with #70A66A

Text Example


Text Example

White with #70A66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,166,106); }

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

background-color css

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

 a { background-color: rgb(112,166,106); }

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

border-color css

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

 span { border-color: rgb(112,166,106); }

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