Html Css Color HEX #7FA471 Amulet

📋 copy color: '#7FA471'

red 127 ◦ green 164 ◦ blue 113

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

Shades of Amulet #7FA471

Tints of Amulet #7FA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 31.44%
G = 40.59%
B = 27.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#7FA471 (or 0x7FA471) is known color: Amulet. HEX triplet: 7F, A4 and 71. RGB value is (127,164,113). Sum of RGB (Red+Green+Blue) = 127+164+113=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA471 is #805B8E. Grayscale: #939393. Windows color (decimal): -8412047 or 7447679. OLE color: 7447679.

HSL color Cylindrical-coordinate representation of color #7FA471: hue angle of 103.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FA471 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 164 113 -
CMYK 0.23 0 0.31 0.36
HSL 103.53º 0.22% 0.54% -
HSV(B) 103.53º 0.31% 0.64% -
XYZ 25.01 32.26 20.53 -
YUV 147.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 127 164 113 0.23 0 0.31 0.36 103.53 0.22 0.54
Hex 7F A4 71 17 0 1F 24 68 16 36
Octal 177 244 161 27 0 37 44 150 26 66
Binary 1111111 10100100 1110001 10111 0 11111 100100 1101000 10110 110110

Color Harmonies of #7FA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA471

Black with #7FA471

Text Example


Text Example

White with #7FA471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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