Html Css Color HEX #7FA473 Amulet

📋 copy color: '#7FA473'

red 127 ◦ green 164 ◦ blue 115

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

Shades of Amulet #7FA473

Tints of Amulet #7FA473

RGB

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

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

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

R = 31.28%
G = 40.39%
B = 28.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#7FA473 (or 0x7FA473) is known color: Amulet. HEX triplet: 7F, A4 and 73. RGB value is (127,164,115). Sum of RGB (Red+Green+Blue) = 127+164+115=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA473 is #805B8C. Grayscale: #939393. Windows color (decimal): -8412045 or 7578751. OLE color: 7578751.

HSL color Cylindrical-coordinate representation of color #7FA473: hue angle of 105.31º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA473 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 164 115 -
CMYK 0.23 0 0.30 0.36
HSL 105.31º 0.21% 0.55% -
HSV(B) 105.31º 0.3% 0.64% -
XYZ 25.12 32.3 21.13 -
YUV 147.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 127 164 115 0.23 0 0.30 0.36 105.31 0.21 0.55
Hex 7F A4 73 17 0 1E 24 69 15 37
Octal 177 244 163 27 0 36 44 151 25 67
Binary 1111111 10100100 1110011 10111 0 11110 100100 1101001 10101 110111

Color Harmonies of #7FA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA473

Black with #7FA473

Text Example


Text Example

White with #7FA473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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