#70A369

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

Shades of Amulet #70A369

Tints of Amulet #70A369

Color information

#70A369 (or 0x70A369) is unknown color: approx Amulet. HEX triplet: 70, A3 and 69. RGB value is (112,163,105). Sum of RGB (Red+Green+Blue) = 112+163+105=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #70A369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A369 is #8F5C96. Grayscale: #8D8D8D. Windows color (decimal): -9395351 or 6923120. OLE color: 6923120.

HSL color Cylindrical-coordinate representation of color #70A369: hue angle of 112.76º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70A369 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB112163105-
CMYK0.3100.360.36
HSL112.76º23.97%52.55%-
HSV(B)112.76º35.58%63.92%-
XYZ22.3330.6618.11-
YUV141.14107.6107.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=29.47%
G=42.89%
B=27.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121631050.3100.360.36112.7623.9752.55
Hex70A3691F02424711835
Octal16024315137044441613065
Binary1110000101000111101001111110100100100100111000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,163,105); }

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

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

 a { background-color: rgb(112,163,105); }

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

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

 span { border-color: rgb(112,163,105); }

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