Html Css Color HEX #70A365 Amulet

📋 copy color: '#70A365'

red 112 ◦ green 163 ◦ blue 101

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

Shades of Amulet #70A365

Tints of Amulet #70A365

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 29.79%
G = 43.35%
B = 26.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#70A365 (or 0x70A365) is known color: Amulet. HEX triplet: 70, A3 and 65. RGB value is (112,163,101). Sum of RGB (Red+Green+Blue) = 112+163+101=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #70A365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A365 is #8F5C9A. Grayscale: #8C8C8C. Windows color (decimal): -9395355 or 6660976. OLE color: 6660976.

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

Color convert

RGB 112 163 101 -
CMYK 0.31 0 0.38 0.36
HSL 109.35º 0.25% 0.52% -
HSV(B) 109.35º 0.38% 0.64% -
XYZ 22.13 30.58 17.05 -
YUV 140.68 105.6 107.54 -
System Red Green Blue C M Y K H S L
Decimal 112 163 101 0.31 0 0.38 0.36 109.35 0.25 0.52
Hex 70 A3 65 1F 0 26 24 6D 19 34
Octal 160 243 145 37 0 46 44 155 31 64
Binary 1110000 10100011 1100101 11111 0 100110 100100 1101101 11001 110100

Color Harmonies of #70A365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A365

Black with #70A365

Text Example


Text Example

White with #70A365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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