Html Css Color HEX #70A167 Amulet

📋 copy color: '#70A167'

red 112 ◦ green 161 ◦ blue 103

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

Shades of Amulet #70A167

Tints of Amulet #70A167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.39%

R = 29.79%
G = 42.82%
B = 27.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#70A167 (or 0x70A167) is known color: Amulet. HEX triplet: 70, A1 and 67. RGB value is (112,161,103). Sum of RGB (Red+Green+Blue) = 112+161+103=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #70A167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A167 is #8F5E98. Grayscale: #8B8B8B. Windows color (decimal): -9395865 or 6791536. OLE color: 6791536.

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

Color convert

RGB 112 161 103 -
CMYK 0.30 0 0.36 0.37
HSL 110.69º 0.24% 0.52% -
HSV(B) 110.69º 0.36% 0.63% -
XYZ 21.88 29.91 17.45 -
YUV 139.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 112 161 103 0.30 0 0.36 0.37 110.69 0.24 0.52
Hex 70 A1 67 1E 0 24 25 6F 18 34
Octal 160 241 147 36 0 44 45 157 30 64
Binary 1110000 10100001 1100111 11110 0 100100 100101 1101111 11000 110100

Color Harmonies of #70A167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A167

Black with #70A167

Text Example


Text Example

White with #70A167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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