Html Css Color HEX #73AB6A Amulet

📋 copy color: '#73AB6A'

red 115 ◦ green 171 ◦ blue 106

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

Shades of Amulet #73AB6A

Tints of Amulet #73AB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 106 (41.8% from 255) = 27.04%

R = 29.34%
G = 43.62%
B = 27.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#73AB6A (or 0x73AB6A) is known color: Amulet. HEX triplet: 73, AB and 6A. RGB value is (115,171,106). Sum of RGB (Red+Green+Blue) = 115+171+106=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB6A is #8C5495. Grayscale: #939393. Windows color (decimal): -9196694 or 6990707. OLE color: 6990707.

HSL color Cylindrical-coordinate representation of color #73AB6A: hue angle of 111.69º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73AB6A is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 171 106 -
CMYK 0.33 0 0.38 0.33
HSL 111.69º 0.28% 0.54% -
HSV(B) 111.69º 0.38% 0.67% -
XYZ 24.23 33.81 18.88 -
YUV 146.85 104.95 105.29 -
System Red Green Blue C M Y K H S L
Decimal 115 171 106 0.33 0 0.38 0.33 111.69 0.28 0.54
Hex 73 AB 6A 21 0 26 21 70 1C 36
Octal 163 253 152 41 0 46 41 160 34 66
Binary 1110011 10101011 1101010 100001 0 100110 100001 1110000 11100 110110

Color Harmonies of #73AB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB6A

Black with #73AB6A

Text Example


Text Example

White with #73AB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,171,106); }

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

background-color css

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

 a { background-color: rgb(115,171,106); }

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

border-color css

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

 span { border-color: rgb(115,171,106); }

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