#7fb07c

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

Shades of Amulet #7FB07C

Tints of Amulet #7FB07C

Color information

#7FB07C (or 0x7FB07C) is unknown color: approx Amulet. HEX triplet: 7F, B0 and 7C. RGB value is (127,176,124). Sum of RGB (Red+Green+Blue) = 127+176+124=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB07C is #804F83. Grayscale: #9B9B9B. Windows color (decimal): -8408964 or 8171647. OLE color: 8171647.

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

Color convert

RGB127176124-
CMYK0.2800.300.31
HSL116.54º24.76%58.82%-
HSV(B)116.54º29.55%69.02%-
XYZ27.9237.0224.74-
YUV155.42110.27107.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.74%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=29.74%
G=41.22%
B=29.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271761240.2800.300.31116.5424.7658.82
Hex7FB07C1C01E1F75193b
Octal17726017434036371653173
Binary11111111011000011111001110001111011111111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fb07c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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