Html Css Color HEX #73AC6E Amulet

📋 copy color: '#73AC6E'

red 115 ◦ green 172 ◦ blue 110

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

Shades of Amulet #73AC6E

Tints of Amulet #73AC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 28.97%
G = 43.32%
B = 27.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#73AC6E (or 0x73AC6E) is known color: Amulet. HEX triplet: 73, AC and 6E. RGB value is (115,172,110). Sum of RGB (Red+Green+Blue) = 115+172+110=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AC6E is #8C5391. Grayscale: #949494. Windows color (decimal): -9196434 or 7253107. OLE color: 7253107.

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

Color convert

RGB 115 172 110 -
CMYK 0.33 0 0.36 0.33
HSL 115.16º 0.27% 0.55% -
HSV(B) 115.16º 0.36% 0.67% -
XYZ 24.64 34.28 20.07 -
YUV 147.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 115 172 110 0.33 0 0.36 0.33 115.16 0.27 0.55
Hex 73 AC 6E 21 0 24 21 73 1B 37
Octal 163 254 156 41 0 44 41 163 33 67
Binary 1110011 10101100 1101110 100001 0 100100 100001 1110011 11011 110111

Color Harmonies of #73AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AC6E

Black with #73AC6E

Text Example


Text Example

White with #73AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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