#7FB272

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

Shades of Amulet #7FB272

Tints of Amulet #7FB272

Color information

#7FB272 (or 0x7FB272) is unknown color: approx Amulet. HEX triplet: 7F, B2 and 72. RGB value is (127,178,114). Sum of RGB (Red+Green+Blue) = 127+178+114=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB272 is #804D8D. Grayscale: #9B9B9B. Windows color (decimal): -8408462 or 7516799. OLE color: 7516799.

HSL color Cylindrical-coordinate representation of color #7FB272: hue angle of 107.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FB272 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB127178114-
CMYK0.2900.360.30
HSL107.81º29.36%57.25%-
HSV(B)107.81º35.96%69.8%-
XYZ27.7137.5721.71-
YUV155.46104.6107.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.31%
GREEN value IS 178 (69.92% from 255) = 42.48%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=30.31%
G=42.48%
B=27.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781140.2900.360.30107.8129.3657.25
Hex7FB2721D0241E6c1d39
Octal17726216235044361543571
Binary111111110110010111001011101010010011110110110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,178,114); }

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

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

 a { background-color: rgb(127,178,114); }

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

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

 span { border-color: rgb(127,178,114); }

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