#70A461

Color #70A461 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #70A461

Tints of Amulet #70A461

Color information

#70A461 (or 0x70A461) is unknown color: approx Amulet. HEX triplet: 70, A4 and 61. RGB value is (112,164,97). Sum of RGB (Red+Green+Blue) = 112+164+97=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #70A461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A461 is #8F5B9E. Grayscale: #8D8D8D. Windows color (decimal): -9395103 or 6399088. OLE color: 6399088.

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

Color convert

RGB11216497-
CMYK0.3200.410.36
HSL106.57º26.91%51.18%-
HSV(B)106.57º40.85%64.31%-
XYZ22.1230.8616.1-
YUV140.81103.27107.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=30.03%
G=43.97%
B=26.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112164970.3200.410.36106.5726.9151.18
Hex70A46120029246b1b33
Octal16024414140051441533363
Binary11100001010010011000011000000101001100100110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70A461;
 }
 .AnyTagClassName
 {
   color: #70A461;
 }
</style>
background-color css

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

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

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

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

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

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