Html Css Color HEX #7FA276 Amulet

📋 copy color: '#7FA276'

red 127 ◦ green 162 ◦ blue 118

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

Shades of Amulet #7FA276

Tints of Amulet #7FA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 31.2%
G = 39.8%
B = 28.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#7FA276 (or 0x7FA276) is known color: Amulet. HEX triplet: 7F, A2 and 76. RGB value is (127,162,118). Sum of RGB (Red+Green+Blue) = 127+162+118=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA276 is #805D89. Grayscale: #929292. Windows color (decimal): -8412554 or 7774847. OLE color: 7774847.

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

Color convert

RGB 127 162 118 -
CMYK 0.22 0 0.27 0.36
HSL 107.73º 0.19% 0.55% -
HSV(B) 107.73º 0.27% 0.64% -
XYZ 24.94 31.66 21.94 -
YUV 146.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 127 162 118 0.22 0 0.27 0.36 107.73 0.19 0.55
Hex 7F A2 76 16 0 1B 24 6C 13 37
Octal 177 242 166 26 0 33 44 154 23 67
Binary 1111111 10100010 1110110 10110 0 11011 100100 1101100 10011 110111

Color Harmonies of #7FA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA276

Black with #7FA276

Text Example


Text Example

White with #7FA276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,162,118); }

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

background-color css

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

 a { background-color: rgb(127,162,118); }

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

border-color css

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

 span { border-color: rgb(127,162,118); }

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