#7FB074

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

Shades of Amulet #7FB074

Tints of Amulet #7FB074

Color information

#7FB074 (or 0x7FB074) is unknown color: approx Amulet. HEX triplet: 7F, B0 and 74. RGB value is (127,176,116). Sum of RGB (Red+Green+Blue) = 127+176+116=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB074 is #804F8B. Grayscale: #9A9A9A. Windows color (decimal): -8408972 or 7647359. OLE color: 7647359.

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

Color convert

RGB127176116-
CMYK0.2800.340.31
HSL109º27.52%57.25%-
HSV(B)109º34.09%69.02%-
XYZ27.4336.8222.18-
YUV154.51106.27108.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.31%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=30.31%
G=42.00%
B=27.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271761160.2800.340.3110927.5257.25
Hex7FB0741C0221F6d1c39
Octal17726016434042371553471
Binary111111110110000111010011100010001011111110110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,116); }

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

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

 a { background-color: rgb(127,176,116); }

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

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

 span { border-color: rgb(127,176,116); }

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