Html Css Color HEX #70AD63 Amulet

📋 copy color: '#70AD63'

red 112 ◦ green 173 ◦ blue 99

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

Shades of Amulet #70AD63

Tints of Amulet #70AD63

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.05%

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 29.17%
G = 45.05%
B = 25.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#70AD63 (or 0x70AD63) is known color: Amulet. HEX triplet: 70, AD and 63. RGB value is (112,173,99). Sum of RGB (Red+Green+Blue) = 112+173+99=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD63 is #8F529C. Grayscale: #929292. Windows color (decimal): -9392797 or 6532464. OLE color: 6532464.

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

Color convert

RGB 112 173 99 -
CMYK 0.35 0 0.43 0.32
HSL 109.46º 0.31% 0.53% -
HSV(B) 109.46º 0.43% 0.68% -
XYZ 23.88 34.23 17.15 -
YUV 146.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 112 173 99 0.35 0 0.43 0.32 109.46 0.31 0.53
Hex 70 AD 63 23 0 2B 20 6D 1F 35
Octal 160 255 143 43 0 53 40 155 37 65
Binary 1110000 10101101 1100011 100011 0 101011 100000 1101101 11111 110101

Color Harmonies of #70AD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AD63

Black with #70AD63

Text Example


Text Example

White with #70AD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,99); }

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

background-color css

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

 a { background-color: rgb(112,173,99); }

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

border-color css

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

 span { border-color: rgb(112,173,99); }

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