Html Css Color HEX #73AB62 Amulet

📋 copy color: '#73AB62'

red 115 ◦ green 171 ◦ blue 98

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

Shades of Amulet #73AB62

Tints of Amulet #73AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 29.95%
G = 44.53%
B = 25.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#73AB62 (or 0x73AB62) is known color: Amulet. HEX triplet: 73, AB and 62. RGB value is (115,171,98). Sum of RGB (Red+Green+Blue) = 115+171+98=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB62 is #8C549D. Grayscale: #929292. Windows color (decimal): -9196702 or 6466419. OLE color: 6466419.

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

Color convert

RGB 115 171 98 -
CMYK 0.33 0 0.43 0.33
HSL 106.03º 0.3% 0.53% -
HSV(B) 106.03º 0.43% 0.67% -
XYZ 23.84 33.65 16.79 -
YUV 145.93 100.95 105.94 -
System Red Green Blue C M Y K H S L
Decimal 115 171 98 0.33 0 0.43 0.33 106.03 0.3 0.53
Hex 73 AB 62 21 0 2B 21 6A 1E 35
Octal 163 253 142 41 0 53 41 152 36 65
Binary 1110011 10101011 1100010 100001 0 101011 100001 1101010 11110 110101

Color Harmonies of #73AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB62

Black with #73AB62

Text Example


Text Example

White with #73AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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