Html Css Color HEX #73AB65 Amulet

📋 copy color: '#73AB65'

red 115 ◦ green 171 ◦ blue 101

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

Shades of Amulet #73AB65

Tints of Amulet #73AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 29.72%
G = 44.19%
B = 26.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#73AB65 (or 0x73AB65) is known color: Amulet. HEX triplet: 73, AB and 65. RGB value is (115,171,101). Sum of RGB (Red+Green+Blue) = 115+171+101=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB65 is #8C549A. Grayscale: #929292. Windows color (decimal): -9196699 or 6663027. OLE color: 6663027.

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

Color convert

RGB 115 171 101 -
CMYK 0.33 0 0.41 0.33
HSL 108º 0.29% 0.53% -
HSV(B) 108º 0.41% 0.67% -
XYZ 23.98 33.71 17.55 -
YUV 146.28 102.45 105.69 -
System Red Green Blue C M Y K H S L
Decimal 115 171 101 0.33 0 0.41 0.33 108 0.29 0.53
Hex 73 AB 65 21 0 29 21 6C 1D 35
Octal 163 253 145 41 0 51 41 154 35 65
Binary 1110011 10101011 1100101 100001 0 101001 100001 1101100 11101 110101

Color Harmonies of #73AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB65

Black with #73AB65

Text Example


Text Example

White with #73AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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