#7F8121

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

Shades of Trendy Green #7F8121

Tints of Trendy Green #7F8121

Color information

#7F8121 (or 0x7F8121) is unknown color: approx Trendy Green. HEX triplet: 7F, 81 and 21. RGB value is (127,129,33). Sum of RGB (Red+Green+Blue) = 127+129+33=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #7F8121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8121 is #807EDE. Grayscale: #757575. Windows color (decimal): -8421087 or 2195839. OLE color: 2195839.

HSL color Cylindrical-coordinate representation of color #7F8121: hue angle of 61.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F8121 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB12712933-
CMYK0.0200.740.49
HSL61.25º59.26%31.76%-
HSV(B)61.25º74.42%50.59%-
XYZ16.8820.324.47-
YUV117.4680.34134.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.94%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=43.94%
G=44.64%
B=11.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127129330.0200.740.4961.2559.2631.76
Hex7F8121204A313d3b20
Octal177201412011261757340
Binary1111111100000011000011001001010110001111101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,129,33); }

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

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

 a { background-color: rgb(127,129,33); }

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

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

 span { border-color: rgb(127,129,33); }

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