Html Css Color HEX #70AE63 Amulet

📋 copy color: '#70AE63'

red 112 ◦ green 174 ◦ blue 99

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

Shades of Amulet #70AE63

Tints of Amulet #70AE63

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

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

R = 29.09%
G = 45.19%
B = 25.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#70AE63 (or 0x70AE63) is known color: Amulet. HEX triplet: 70, AE and 63. RGB value is (112,174,99). Sum of RGB (Red+Green+Blue) = 112+174+99=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE63 is #8F519C. Grayscale: #939393. Windows color (decimal): -9392541 or 6532720. OLE color: 6532720.

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

Color convert

RGB 112 174 99 -
CMYK 0.36 0 0.43 0.32
HSL 109.6º 0.32% 0.54% -
HSV(B) 109.6º 0.43% 0.68% -
XYZ 24.07 34.62 17.22 -
YUV 146.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 112 174 99 0.36 0 0.43 0.32 109.6 0.32 0.54
Hex 70 AE 63 24 0 2B 20 6E 20 36
Octal 160 256 143 44 0 53 40 156 40 66
Binary 1110000 10101110 1100011 100100 0 101011 100000 1101110 100000 110110

Color Harmonies of #70AE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE63

Black with #70AE63

Text Example


Text Example

White with #70AE63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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