Html Css Color HEX #7FA973 Amulet

📋 copy color: '#7FA973'

red 127 ◦ green 169 ◦ blue 115

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

Shades of Amulet #7FA973

Tints of Amulet #7FA973

RGB

 RED value IS 127 (50% from 255) = 30.9%

 GREEN value IS 169 (66.41% from 255) = 41.12%

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 30.9%
G = 41.12%
B = 27.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#7FA973 (or 0x7FA973) is known color: Amulet. HEX triplet: 7F, A9 and 73. RGB value is (127,169,115). Sum of RGB (Red+Green+Blue) = 127+169+115=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA973 is #80568C. Grayscale: #969696. Windows color (decimal): -8410765 or 7580031. OLE color: 7580031.

HSL color Cylindrical-coordinate representation of color #7FA973: hue angle of 106.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FA973 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 169 115 -
CMYK 0.25 0 0.32 0.34
HSL 106.67º 0.24% 0.56% -
HSV(B) 106.67º 0.32% 0.66% -
XYZ 26.03 34.13 21.43 -
YUV 150.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 127 169 115 0.25 0 0.32 0.34 106.67 0.24 0.56
Hex 7F A9 73 19 0 20 22 6B 18 38
Octal 177 251 163 31 0 40 42 153 30 70
Binary 1111111 10101001 1110011 11001 0 100000 100010 1101011 11000 111000

Color Harmonies of #7FA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA973

Black with #7FA973

Text Example


Text Example

White with #7FA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA973; }

 p { color: rgb(127,169,115); }

 H1.HeaderClassName
 {
   color: #7FA973;
 }
 .AnyTagClassName
 {
   color: #7FA973;
 }
</style>

background-color css

<style>
 a { background-color: #7FA973; }

 a { background-color: rgb(127,169,115); }

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

border-color css

<style>
 span { border-color: #7FA973; }

 span { border-color: rgb(127,169,115); }

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