#7F8021

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

Shades of Trendy Green #7F8021

Tints of Trendy Green #7F8021

Color information

#7F8021 (or 0x7F8021) is unknown color: approx Trendy Green. HEX triplet: 7F, 80 and 21. RGB value is (127,128,33). Sum of RGB (Red+Green+Blue) = 127+128+33=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #7F8021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8021 is #807FDE. Grayscale: #757575. Windows color (decimal): -8421343 or 2195583. OLE color: 2195583.

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

Color convert

RGB12712833-
CMYK0.0100.740.50
HSL60.63º59.01%31.57%-
HSV(B)60.63º74.22%50.2%-
XYZ16.7520.064.43-
YUV116.8780.67135.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.10%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 33 (13.28% from 255) = 11.46%
R=44.10%
G=44.44%
B=11.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127128330.0100.740.5060.6359.0131.57
Hex7F8021104A323d3b20
Octal177200411011262757340
Binary111111110000000100001101001010110010111101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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