#7FB575

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

Shades of Amulet #7FB575

Tints of Amulet #7FB575

Color information

#7FB575 (or 0x7FB575) is unknown color: approx Amulet. HEX triplet: 7F, B5 and 75. RGB value is (127,181,117). Sum of RGB (Red+Green+Blue) = 127+181+117=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB575 is #804A8A. Grayscale: #9D9D9D. Windows color (decimal): -8407691 or 7714175. OLE color: 7714175.

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

Color convert

RGB127181117-
CMYK0.3000.350.29
HSL110.62º30.19%58.43%-
HSV(B)110.62º35.36%70.98%-
XYZ28.4938.8422.83-
YUV157.56105.11106.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=29.88%
G=42.59%
B=27.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271811170.3000.350.29110.6230.1958.43
Hex7FB5751E0231D6f1e3a
Octal17726516536043351573672
Binary111111110110101111010111110010001111101110111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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