#7F842B

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

Shades of Trendy Green #7F842B

Tints of Trendy Green #7F842B

Color information

#7F842B (or 0x7F842B) is unknown color: approx Trendy Green. HEX triplet: 7F, 84 and 2B. RGB value is (127,132,43). Sum of RGB (Red+Green+Blue) = 127+132+43=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #7F842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F842B is #807BD4. Grayscale: #787878. Windows color (decimal): -8420309 or 2851967. OLE color: 2851967.

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

Color convert

RGB12713243-
CMYK0.0400.670.48
HSL63.37º50.86%34.31%-
HSV(B)63.37º67.42%51.76%-
XYZ17.4421.195.46-
YUV120.3684.34132.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=42.05%
G=43.71%
B=14.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127132430.0400.670.4863.3750.8634.31
Hex7F842B4043303f3322
Octal177204534010360776342
Binary11111111000010010101110001000011110000111111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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