#7F8A20

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

Shades of Trendy Green #7F8A20

Tints of Trendy Green #7F8A20

Color information

#7F8A20 (or 0x7F8A20) is unknown color: approx Trendy Green. HEX triplet: 7F, 8A and 20. RGB value is (127,138,32). Sum of RGB (Red+Green+Blue) = 127+138+32=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A20 is #8075DF. Grayscale: #7B7B7B. Windows color (decimal): -8418784 or 2132607. OLE color: 2132607.

HSL color Cylindrical-coordinate representation of color #7F8A20: hue angle of 66.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F8A20 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB12713832-
CMYK0.0800.770.46
HSL66.23º62.35%33.33%-
HSV(B)66.23º76.81%54.12%-
XYZ18.122.794.81-
YUV122.6376.86131.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 32 (12.89% from 255) = 10.77%
R=42.76%
G=46.46%
B=10.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138320.0800.770.4666.2362.3533.33
Hex7F8A20804D2E423e21
Octal17721240100115561027641
Binary1111111100010101000001000010011011011101000010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,32); }

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

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

 a { background-color: rgb(127,138,32); }

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

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

 span { border-color: rgb(127,138,32); }

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