#807D1F

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

Shades of Trendy Green #807D1F

Tints of Trendy Green #807D1F

Color information

#807D1F (or 0x807D1F) is unknown color: approx Trendy Green. HEX triplet: 80, 7D and 1F. RGB value is (128,125,31). Sum of RGB (Red+Green+Blue) = 128+125+31=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #807D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D1F is #7F82E0. Grayscale: #737373. Windows color (decimal): -8356577 or 2063744. OLE color: 2063744.

HSL color Cylindrical-coordinate representation of color #807D1F: hue angle of 58.14º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #807D1F is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB12812531-
CMYK00.020.760.50
HSL58.14º61.01%31.18%-
HSV(B)58.14º75.78%50.2%-
XYZ16.4819.364.16-
YUV115.1880.49137.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 125 (49.22% from 255) = 44.01%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=45.07%
G=44.01%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281253100.020.760.5058.1461.0131.18
Hex807D1F024C323a3d1f
Octal200175370211462727537
Binary10000000111110111111010100110011001011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807D1F; }

 p { color: rgb(128,125,31); }

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

<style>
 a { background-color: #807D1F; }

 a { background-color: rgb(128,125,31); }

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

<style>
 span { border-color: #807D1F; }

 span { border-color: rgb(128,125,31); }

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