Html Css Color HEX #7FA971 Amulet

📋 copy color: '#7FA971'

red 127 ◦ green 169 ◦ blue 113

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

Shades of Amulet #7FA971

Tints of Amulet #7FA971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 31.05%
G = 41.32%
B = 27.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#7FA971 (or 0x7FA971) is known color: Amulet. HEX triplet: 7F, A9 and 71. RGB value is (127,169,113). Sum of RGB (Red+Green+Blue) = 127+169+113=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA971 is #80568E. Grayscale: #969696. Windows color (decimal): -8410767 or 7448959. OLE color: 7448959.

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

Color convert

RGB 127 169 113 -
CMYK 0.25 0 0.33 0.34
HSL 105º 0.25% 0.55% -
HSV(B) 105º 0.33% 0.66% -
XYZ 25.92 34.08 20.83 -
YUV 150.06 107.09 111.55 -
System Red Green Blue C M Y K H S L
Decimal 127 169 113 0.25 0 0.33 0.34 105 0.25 0.55
Hex 7F A9 71 19 0 21 22 69 19 37
Octal 177 251 161 31 0 41 42 151 31 67
Binary 1111111 10101001 1110001 11001 0 100001 100010 1101001 11001 110111

Color Harmonies of #7FA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA971

Black with #7FA971

Text Example


Text Example

White with #7FA971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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