#7F842A

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

Shades of Trendy Green #7F842A

Tints of Trendy Green #7F842A

Color information

#7F842A (or 0x7F842A) is unknown color: approx Trendy Green. HEX triplet: 7F, 84 and 2A. RGB value is (127,132,42). Sum of RGB (Red+Green+Blue) = 127+132+42=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #7F842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F842A is #807BD5. Grayscale: #787878. Windows color (decimal): -8420310 or 2786431. OLE color: 2786431.

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

Color convert

RGB12713242-
CMYK0.0400.680.48
HSL63.33º51.72%34.12%-
HSV(B)63.33º68.18%51.76%-
XYZ17.4221.185.36-
YUV120.2483.84132.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.19%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=42.19%
G=43.85%
B=13.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127132420.0400.680.4863.3351.7234.12
Hex7F842A4044303f3422
Octal177204524010460776442
Binary11111111000010010101010001000100110000111111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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