#7FA578

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

Shades of Amulet #7FA578

Tints of Amulet #7FA578

Color information

#7FA578 (or 0x7FA578) is unknown color: approx Amulet. HEX triplet: 7F, A5 and 78. RGB value is (127,165,120). Sum of RGB (Red+Green+Blue) = 127+165+120=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA578 is #805A87. Grayscale: #949494. Windows color (decimal): -8411784 or 7906687. OLE color: 7906687.

HSL color Cylindrical-coordinate representation of color #7FA578: hue angle of 110.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA578 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB127165120-
CMYK0.2300.270.35
HSL110.67º20%55.88%-
HSV(B)110.67º27.27%64.71%-
XYZ25.632.7822.75-
YUV148.51111.91112.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.83%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=30.83%
G=40.05%
B=29.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271651200.2300.270.35110.672055.88
Hex7FA5781701B236f1438
Octal17724517027033431572470
Binary111111110100101111100010111011011100011110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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