#7FB36F

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

Shades of Amulet #7FB36F

Tints of Amulet #7FB36F

Color information

#7FB36F (or 0x7FB36F) is unknown color: approx Amulet. HEX triplet: 7F, B3 and 6F. RGB value is (127,179,111). Sum of RGB (Red+Green+Blue) = 127+179+111=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB36F is #804C90. Grayscale: #9B9B9B. Windows color (decimal): -8408209 or 7320447. OLE color: 7320447.

HSL color Cylindrical-coordinate representation of color #7FB36F: hue angle of 105.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FB36F is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB127179111-
CMYK0.2900.380.30
HSL105.88º30.91%56.86%-
HSV(B)105.88º37.99%70.2%-
XYZ27.7437.920.89-
YUV155.7102.77107.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=30.46%
G=42.93%
B=26.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271791110.2900.380.30105.8830.9156.86
Hex7FB36F1D0261E6a1f39
Octal17726315735046361523771
Binary111111110110011110111111101010011011110110101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,111); }

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

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

 a { background-color: rgb(127,179,111); }

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

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

 span { border-color: rgb(127,179,111); }

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