#7F8415

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

Shades of Trendy Green #7F8415

Tints of Trendy Green #7F8415

Color information

#7F8415 (or 0x7F8415) is unknown color: approx Trendy Green. HEX triplet: 7F, 84 and 15. RGB value is (127,132,21). Sum of RGB (Red+Green+Blue) = 127+132+21=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8415 is #807BEA. Grayscale: #767676. Windows color (decimal): -8420331 or 1410175. OLE color: 1410175.

HSL color Cylindrical-coordinate representation of color #7F8415: hue angle of 62.7º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F8415 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB12713221-
CMYK0.0400.840.48
HSL62.7º72.55%30%-
HSV(B)62.7º84.09%51.76%-
XYZ17.1421.073.87-
YUV117.8573.34134.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.36%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 21 (8.59% from 255) = 7.5%
R=45.36%
G=47.14%
B=7.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127132210.0400.840.4862.772.5530
Hex7F84154054303f491e
Octal1772042540124607711136
Binary1111111100001001010110001010100110000111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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