#7FA87B

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

Shades of Amulet #7FA87B

Tints of Amulet #7FA87B

Color information

#7FA87B (or 0x7FA87B) is unknown color: approx Amulet. HEX triplet: 7F, A8 and 7B. RGB value is (127,168,123). Sum of RGB (Red+Green+Blue) = 127+168+123=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA87B is #805784. Grayscale: #969696. Windows color (decimal): -8411013 or 8104063. OLE color: 8104063.

HSL color Cylindrical-coordinate representation of color #7FA87B: hue angle of 114.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA87B is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB127168123-
CMYK0.2400.270.34
HSL114.67º20.55%57.06%-
HSV(B)114.67º26.79%65.88%-
XYZ26.3333.9523.9-
YUV150.61112.42111.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.38%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=30.38%
G=40.19%
B=29.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681230.2400.270.34114.6720.5557.06
Hex7FA87B1801B22731539
Octal17725017330033421632571
Binary111111110101000111101111000011011100010111001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,123); }

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

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

 a { background-color: rgb(127,168,123); }

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

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

 span { border-color: rgb(127,168,123); }

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