Html Css Color HEX #70A568 Amulet

📋 copy color: '#70A568'

red 112 ◦ green 165 ◦ blue 104

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

Shades of Amulet #70A568

Tints of Amulet #70A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

 BLUE value IS 104 (41.02% from 255) = 27.3%

R = 29.4%
G = 43.31%
B = 27.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#70A568 (or 0x70A568) is known color: Amulet. HEX triplet: 70, A5 and 68. RGB value is (112,165,104). Sum of RGB (Red+Green+Blue) = 112+165+104=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #70A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A568 is #8F5A97. Grayscale: #8E8E8E. Windows color (decimal): -9394840 or 6858096. OLE color: 6858096.

HSL color Cylindrical-coordinate representation of color #70A568: hue angle of 112.13º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70A568 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 104 -
CMYK 0.32 0 0.37 0.35
HSL 112.13º 0.25% 0.53% -
HSV(B) 112.13º 0.37% 0.65% -
XYZ 22.64 31.35 17.96 -
YUV 142.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 112 165 104 0.32 0 0.37 0.35 112.13 0.25 0.53
Hex 70 A5 68 20 0 25 23 70 19 35
Octal 160 245 150 40 0 45 43 160 31 65
Binary 1110000 10100101 1101000 100000 0 100101 100011 1110000 11001 110101

Color Harmonies of #70A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A568

Black with #70A568

Text Example


Text Example

White with #70A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,104); }

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

background-color css

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

 a { background-color: rgb(112,165,104); }

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

border-color css

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

 span { border-color: rgb(112,165,104); }

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