#7F811C

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

Shades of Trendy Green #7F811C

Tints of Trendy Green #7F811C

Color information

#7F811C (or 0x7F811C) is unknown color: approx Trendy Green. HEX triplet: 7F, 81 and 1C. RGB value is (127,129,28). Sum of RGB (Red+Green+Blue) = 127+129+28=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #7F811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F811C is #807EE3. Grayscale: #757575. Windows color (decimal): -8421092 or 1868159. OLE color: 1868159.

HSL color Cylindrical-coordinate representation of color #7F811C: hue angle of 61.19º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F811C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB12712928-
CMYK0.0200.780.49
HSL61.19º64.33%30.78%-
HSV(B)61.19º78.29%50.59%-
XYZ16.8120.34.13-
YUV116.8977.84135.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=44.72%
G=45.42%
B=9.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127129280.0200.780.4961.1964.3330.78
Hex7F811C204E313d401f
Octal1772013420116617510037
Binary111111110000001111001001001110110001111101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,129,28); }

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

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

 a { background-color: rgb(127,129,28); }

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

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

 span { border-color: rgb(127,129,28); }

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