Html Css Color HEX #7FA076 Amulet

📋 copy color: '#7FA076'

red 127 ◦ green 160 ◦ blue 118

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

Shades of Amulet #7FA076

Tints of Amulet #7FA076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

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

R = 31.36%
G = 39.51%
B = 29.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#7FA076 (or 0x7FA076) is known color: Amulet. HEX triplet: 7F, A0 and 76. RGB value is (127,160,118). Sum of RGB (Red+Green+Blue) = 127+160+118=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA076 is #805F89. Grayscale: #919191. Windows color (decimal): -8413066 or 7774335. OLE color: 7774335.

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

Color convert

RGB 127 160 118 -
CMYK 0.21 0 0.26 0.37
HSL 107.14º 0.18% 0.55% -
HSV(B) 107.14º 0.26% 0.63% -
XYZ 24.59 30.96 21.82 -
YUV 145.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 127 160 118 0.21 0 0.26 0.37 107.14 0.18 0.55
Hex 7F A0 76 15 0 1A 25 6B 12 37
Octal 177 240 166 25 0 32 45 153 22 67
Binary 1111111 10100000 1110110 10101 0 11010 100101 1101011 10010 110111

Color Harmonies of #7FA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA076

Black with #7FA076

Text Example


Text Example

White with #7FA076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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