Html Css Color HEX #70A46E Amulet

📋 copy color: '#70A46E'

red 112 ◦ green 164 ◦ blue 110

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

Shades of Amulet #70A46E

Tints of Amulet #70A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

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

R = 29.02%
G = 42.49%
B = 28.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#70A46E (or 0x70A46E) is known color: Amulet. HEX triplet: 70, A4 and 6E. RGB value is (112,164,110). Sum of RGB (Red+Green+Blue) = 112+164+110=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #70A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A46E is #8F5B91. Grayscale: #8E8E8E. Windows color (decimal): -9395090 or 7251056. OLE color: 7251056.

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

Color convert

RGB 112 164 110 -
CMYK 0.32 0 0.33 0.36
HSL 117.78º 0.23% 0.54% -
HSV(B) 117.78º 0.33% 0.64% -
XYZ 22.77 31.12 19.56 -
YUV 142.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 112 164 110 0.32 0 0.33 0.36 117.78 0.23 0.54
Hex 70 A4 6E 20 0 21 24 76 17 36
Octal 160 244 156 40 0 41 44 166 27 66
Binary 1110000 10100100 1101110 100000 0 100001 100100 1110110 10111 110110

Color Harmonies of #70A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A46E

Black with #70A46E

Text Example


Text Example

White with #70A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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