#7f7e1d

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

Shades of Trendy Green #7F7E1D

Tints of Trendy Green #7F7E1D

Color information

#7F7E1D (or 0x7F7E1D) is unknown color: approx Trendy Green. HEX triplet: 7F, 7E and 1D. RGB value is (127,126,29). Sum of RGB (Red+Green+Blue) = 127+126+29=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7E1D is #8081E2. Grayscale: #737373. Windows color (decimal): -8421859 or 1932927. OLE color: 1932927.

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

Color convert

RGB12712629-
CMYK00.010.770.50
HSL59.39º62.82%30.59%-
HSV(B)59.39º77.17%49.8%-
XYZ16.4419.524.06-
YUV115.2479.33136.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.04%
GREEN value IS 126 (49.61% from 255) = 44.68%
BLUE value IS 29 (11.72% from 255) = 10.28%
R=45.04%
G=44.68%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271262900.010.770.5059.3962.8230.59
Hex7F7E1D014D323b3f1f
Octal177176350111562737737
Binary111111111111101110101100110111001011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f7e1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,126,29); }

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

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

 a { background-color: rgb(127,126,29); }

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

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

 span { border-color: rgb(127,126,29); }

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