Html Css Color HEX #7FA478 Amulet

📋 copy color: '#7FA478'

red 127 ◦ green 164 ◦ blue 120

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

Shades of Amulet #7FA478

Tints of Amulet #7FA478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 30.9%
G = 39.9%
B = 29.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#7FA478 (or 0x7FA478) is known color: Amulet. HEX triplet: 7F, A4 and 78. RGB value is (127,164,120). Sum of RGB (Red+Green+Blue) = 127+164+120=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA478 is #805B87. Grayscale: #949494. Windows color (decimal): -8412040 or 7906431. OLE color: 7906431.

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

Color convert

RGB 127 164 120 -
CMYK 0.23 0 0.27 0.36
HSL 110.45º 0.19% 0.56% -
HSV(B) 110.45º 0.27% 0.64% -
XYZ 25.42 32.42 22.69 -
YUV 147.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 127 164 120 0.23 0 0.27 0.36 110.45 0.19 0.56
Hex 7F A4 78 17 0 1B 24 6E 13 38
Octal 177 244 170 27 0 33 44 156 23 70
Binary 1111111 10100100 1111000 10111 0 11011 100100 1101110 10011 111000

Color Harmonies of #7FA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA478

Black with #7FA478

Text Example


Text Example

White with #7FA478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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