Html Css Color HEX #70A164 Amulet

📋 copy color: '#70A164'

red 112 ◦ green 161 ◦ blue 100

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

Shades of Amulet #70A164

Tints of Amulet #70A164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 30.03%
G = 43.16%
B = 26.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#70A164 (or 0x70A164) is known color: Amulet. HEX triplet: 70, A1 and 64. RGB value is (112,161,100). Sum of RGB (Red+Green+Blue) = 112+161+100=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #70A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A164 is #8F5E9B. Grayscale: #8B8B8B. Windows color (decimal): -9395868 or 6594928. OLE color: 6594928.

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

Color convert

RGB 112 161 100 -
CMYK 0.30 0 0.38 0.37
HSL 108.2º 0.24% 0.51% -
HSV(B) 108.2º 0.38% 0.63% -
XYZ 21.73 29.85 16.67 -
YUV 139.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 112 161 100 0.30 0 0.38 0.37 108.2 0.24 0.51
Hex 70 A1 64 1E 0 26 25 6C 18 33
Octal 160 241 144 36 0 46 45 154 30 63
Binary 1110000 10100001 1100100 11110 0 100110 100101 1101100 11000 110011

Color Harmonies of #70A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A164

Black with #70A164

Text Example


Text Example

White with #70A164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,100); }

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

background-color css

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

 a { background-color: rgb(112,161,100); }

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

border-color css

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

 span { border-color: rgb(112,161,100); }

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