Html Css Color HEX #73AC6C Amulet

📋 copy color: '#73AC6C'

red 115 ◦ green 172 ◦ blue 108

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

Shades of Amulet #73AC6C

Tints of Amulet #73AC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 29.11%
G = 43.54%
B = 27.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#73AC6C (or 0x73AC6C) is known color: Amulet. HEX triplet: 73, AC and 6C. RGB value is (115,172,108). Sum of RGB (Red+Green+Blue) = 115+172+108=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AC6C is #8C5393. Grayscale: #939393. Windows color (decimal): -9196436 or 7122035. OLE color: 7122035.

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

Color convert

RGB 115 172 108 -
CMYK 0.33 0 0.37 0.33
HSL 113.44º 0.28% 0.55% -
HSV(B) 113.44º 0.37% 0.67% -
XYZ 24.53 34.23 19.5 -
YUV 147.66 105.62 104.7 -
System Red Green Blue C M Y K H S L
Decimal 115 172 108 0.33 0 0.37 0.33 113.44 0.28 0.55
Hex 73 AC 6C 21 0 25 21 71 1C 37
Octal 163 254 154 41 0 45 41 161 34 67
Binary 1110011 10101100 1101100 100001 0 100101 100001 1110001 11100 110111

Color Harmonies of #73AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AC6C

Black with #73AC6C

Text Example


Text Example

White with #73AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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