Html Css Color HEX #7FA178 Amulet

📋 copy color: '#7FA178'

red 127 ◦ green 161 ◦ blue 120

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

Shades of Amulet #7FA178

Tints of Amulet #7FA178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

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

R = 31.13%
G = 39.46%
B = 29.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#7FA178 (or 0x7FA178) is known color: Amulet. HEX triplet: 7F, A1 and 78. RGB value is (127,161,120). Sum of RGB (Red+Green+Blue) = 127+161+120=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA178 is #805E87. Grayscale: #929292. Windows color (decimal): -8412808 or 7905663. OLE color: 7905663.

HSL color Cylindrical-coordinate representation of color #7FA178: hue angle of 109.76º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FA178 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 161 120 -
CMYK 0.21 0 0.25 0.37
HSL 109.76º 0.18% 0.55% -
HSV(B) 109.76º 0.25% 0.63% -
XYZ 24.89 31.36 22.51 -
YUV 146.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 127 161 120 0.21 0 0.25 0.37 109.76 0.18 0.55
Hex 7F A1 78 15 0 19 25 6E 12 37
Octal 177 241 170 25 0 31 45 156 22 67
Binary 1111111 10100001 1111000 10101 0 11001 100101 1101110 10010 110111

Color Harmonies of #7FA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA178

Black with #7FA178

Text Example


Text Example

White with #7FA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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