#7FB478

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

Shades of Amulet #7FB478

Tints of Amulet #7FB478

Color information

#7FB478 (or 0x7FB478) is unknown color: approx Amulet. HEX triplet: 7F, B4 and 78. RGB value is (127,180,120). Sum of RGB (Red+Green+Blue) = 127+180+120=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB478 is #804B87. Grayscale: #9D9D9D. Windows color (decimal): -8407944 or 7910527. OLE color: 7910527.

HSL color Cylindrical-coordinate representation of color #7FB478: hue angle of 113º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FB478 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB127180120-
CMYK0.2900.330.29
HSL113º28.57%58.82%-
HSV(B)113º33.33%70.59%-
XYZ28.4638.5123.7-
YUV157.31106.94106.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.74%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=29.74%
G=42.15%
B=28.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271801200.2900.330.2911328.5758.82
Hex7FB4781D0211D711d3b
Octal17726417035041351613573
Binary111111110110100111100011101010000111101111000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,120); }

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

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

 a { background-color: rgb(127,180,120); }

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

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

 span { border-color: rgb(127,180,120); }

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