Html Css Color HEX #73AC66 Amulet

📋 copy color: '#73AC66'

red 115 ◦ green 172 ◦ blue 102

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

Shades of Amulet #73AC66

Tints of Amulet #73AC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 102 (40.23% from 255) = 26.22%

R = 29.56%
G = 44.22%
B = 26.22%

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

#73AC66 (or 0x73AC66) is known color: Amulet. HEX triplet: 73, AC and 66. RGB value is (115,172,102). Sum of RGB (Red+Green+Blue) = 115+172+102=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AC66 is #8C5399. Grayscale: #939393. Windows color (decimal): -9196442 or 6728819. OLE color: 6728819.

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

Color convert

RGB 115 172 102 -
CMYK 0.33 0 0.41 0.33
HSL 108.86º 0.3% 0.54% -
HSV(B) 108.86º 0.41% 0.67% -
XYZ 24.22 34.11 17.88 -
YUV 146.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 115 172 102 0.33 0 0.41 0.33 108.86 0.3 0.54
Hex 73 AC 66 21 0 29 21 6D 1E 36
Octal 163 254 146 41 0 51 41 155 36 66
Binary 1110011 10101100 1100110 100001 0 101001 100001 1101101 11110 110110

Color Harmonies of #73AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AC66

Black with #73AC66

Text Example


Text Example

White with #73AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,172,102); }

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

background-color css

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

 a { background-color: rgb(115,172,102); }

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

border-color css

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

 span { border-color: rgb(115,172,102); }

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