#7FA875

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

Shades of Amulet #7FA875

Tints of Amulet #7FA875

Color information

#7FA875 (or 0x7FA875) is unknown color: approx Amulet. HEX triplet: 7F, A8 and 75. RGB value is (127,168,117). Sum of RGB (Red+Green+Blue) = 127+168+117=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA875 is #80578A. Grayscale: #969696. Windows color (decimal): -8411019 or 7710847. OLE color: 7710847.

HSL color Cylindrical-coordinate representation of color #7FA875: hue angle of 108.24º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA875 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB127168117-
CMYK0.2400.300.34
HSL108.24º22.67%55.88%-
HSV(B)108.24º30.36%65.88%-
XYZ25.9733.821.99-
YUV149.93109.42111.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.83%
GREEN value IS 168 (66.02% from 255) = 40.78%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=30.83%
G=40.78%
B=28.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681170.2400.300.34108.2422.6755.88
Hex7FA8751801E226c1738
Octal17725016530036421542770
Binary111111110101000111010111000011110100010110110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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