#7F7C15

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

Shades of Trendy Green #7F7C15

Tints of Trendy Green #7F7C15

Color information

#7F7C15 (or 0x7F7C15) is unknown color: approx Trendy Green. HEX triplet: 7F, 7C and 15. RGB value is (127,124,21). Sum of RGB (Red+Green+Blue) = 127+124+21=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7C15 is #8083EA. Grayscale: #717171. Windows color (decimal): -8422379 or 1408127. OLE color: 1408127.

HSL color Cylindrical-coordinate representation of color #7F7C15: hue angle of 58.3º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F7C15 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB12712421-
CMYK00.020.830.50
HSL58.3º71.62%29.02%-
HSV(B)58.3º83.46%49.8%-
XYZ16.118.983.52-
YUV113.1675.99137.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=46.69%
G=45.59%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271242100.020.830.5058.371.6229.02
Hex7F7C150253323a481d
Octal1771742502123627211035
Binary11111111111100101010101010011110010111010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,21); }

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

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

 a { background-color: rgb(127,124,21); }

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

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

 span { border-color: rgb(127,124,21); }

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