#7FB16E

Color #7FB16E Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7FB16E

Tints of Amulet #7FB16E

Color information

#7FB16E (or 0x7FB16E) is unknown color: approx Amulet. HEX triplet: 7F, B1 and 6E. RGB value is (127,177,110). Sum of RGB (Red+Green+Blue) = 127+177+110=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB16E is #804E91. Grayscale: #9A9A9A. Windows color (decimal): -8408722 or 7254399. OLE color: 7254399.

HSL color Cylindrical-coordinate representation of color #7FB16E: hue angle of 104.78º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FB16E is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB127177110-
CMYK0.2800.380.31
HSL104.78º30.04%56.27%-
HSV(B)104.78º37.85%69.41%-
XYZ27.2937.0820.47-
YUV154.41102.94108.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=30.68%
G=42.75%
B=26.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771100.2800.380.31104.7830.0456.27
Hex7FB16E1C0261F691e38
Octal17726115634046371513670
Binary111111110110001110111011100010011011111110100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,110); }

 H1.HeaderClassName
 {
   color: #7FB16E;
 }
 .AnyTagClassName
 {
   color: #7FB16E;
 }
</style>
background-color css

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

 a { background-color: rgb(127,177,110); }

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

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

 span { border-color: rgb(127,177,110); }

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