Html Css Color HEX #73AA70 Amulet

📋 copy color: '#73AA70'

red 115 ◦ green 170 ◦ blue 112

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

Shades of Amulet #73AA70

Tints of Amulet #73AA70

RGB

 RED value IS 115 (45.31% from 255) = 28.97%

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 28.97%
G = 42.82%
B = 28.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#73AA70 (or 0x73AA70) is known color: Amulet. HEX triplet: 73, AA and 70. RGB value is (115,170,112). Sum of RGB (Red+Green+Blue) = 115+170+112=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA70 is #8C558F. Grayscale: #939393. Windows color (decimal): -9196944 or 7383667. OLE color: 7383667.

HSL color Cylindrical-coordinate representation of color #73AA70: hue angle of 116.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AA70 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 170 112 -
CMYK 0.32 0 0.34 0.33
HSL 116.9º 0.25% 0.55% -
HSV(B) 116.9º 0.34% 0.67% -
XYZ 24.37 33.56 20.52 -
YUV 146.94 108.28 105.22 -
System Red Green Blue C M Y K H S L
Decimal 115 170 112 0.32 0 0.34 0.33 116.9 0.25 0.55
Hex 73 AA 70 20 0 22 21 75 19 37
Octal 163 252 160 40 0 42 41 165 31 67
Binary 1110011 10101010 1110000 100000 0 100010 100001 1110101 11001 110111

Color Harmonies of #73AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AA70

Black with #73AA70

Text Example


Text Example

White with #73AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AA70; }

 p { color: rgb(115,170,112); }

 H1.HeaderClassName
 {
   color: #73AA70;
 }
 .AnyTagClassName
 {
   color: #73AA70;
 }
</style>

background-color css

<style>
 a { background-color: #73AA70; }

 a { background-color: rgb(115,170,112); }

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

border-color css

<style>
 span { border-color: #73AA70; }

 span { border-color: rgb(115,170,112); }

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