Html Css Color HEX #70A668 Amulet

📋 copy color: '#70A668'

red 112 ◦ green 166 ◦ blue 104

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

Shades of Amulet #70A668

Tints of Amulet #70A668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 29.32%
G = 43.46%
B = 27.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#70A668 (or 0x70A668) is known color: Amulet. HEX triplet: 70, A6 and 68. RGB value is (112,166,104). Sum of RGB (Red+Green+Blue) = 112+166+104=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #70A668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A668 is #8F5997. Grayscale: #8E8E8E. Windows color (decimal): -9394584 or 6858352. OLE color: 6858352.

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

Color convert

RGB 112 166 104 -
CMYK 0.33 0 0.37 0.35
HSL 112.26º 0.26% 0.53% -
HSV(B) 112.26º 0.37% 0.65% -
XYZ 22.82 31.72 18.02 -
YUV 142.79 106.11 106.04 -
System Red Green Blue C M Y K H S L
Decimal 112 166 104 0.33 0 0.37 0.35 112.26 0.26 0.53
Hex 70 A6 68 21 0 25 23 70 1A 35
Octal 160 246 150 41 0 45 43 160 32 65
Binary 1110000 10100110 1101000 100001 0 100101 100011 1110000 11010 110101

Color Harmonies of #70A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A668

Black with #70A668

Text Example


Text Example

White with #70A668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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