#70A967

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

Shades of Amulet #70A967

Tints of Amulet #70A967

Color information

#70A967 (or 0x70A967) is unknown color: approx Amulet. HEX triplet: 70, A9 and 67. RGB value is (112,169,103). Sum of RGB (Red+Green+Blue) = 112+169+103=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #70A967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A967 is #8F5698. Grayscale: #909090. Windows color (decimal): -9393817 or 6793584. OLE color: 6793584.

HSL color Cylindrical-coordinate representation of color #70A967: hue angle of 111.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70A967 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB112169103-
CMYK0.3400.390.34
HSL111.82º27.73%53.33%-
HSV(B)111.82º39.05%66.27%-
XYZ23.3232.817.93-
YUV144.43104.62104.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=29.17%
G=44.01%
B=26.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691030.3400.390.34111.8227.7353.33
Hex70A9672202722701c35
Octal16025114742047421603465
Binary11100001010100111001111000100100111100010111000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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