#808116

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

Shades of Trendy Green #808116

Tints of Trendy Green #808116

Color information

#808116 (or 0x808116) is unknown color: approx Trendy Green. HEX triplet: 80, 81 and 16. RGB value is (128,129,22). Sum of RGB (Red+Green+Blue) = 128+129+22=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #808116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808116 is #7F7EE9. Grayscale: #747474. Windows color (decimal): -8355562 or 1474944. OLE color: 1474944.

HSL color Cylindrical-coordinate representation of color #808116: hue angle of 60.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #808116 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB12812922-
CMYK0.0100.830.49
HSL60.56º70.86%29.61%-
HSV(B)60.56º82.95%50.59%-
XYZ16.920.353.8-
YUV116.574.67136.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=45.88%
G=46.24%
B=7.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129220.0100.830.4960.5670.8629.61
Hex8081161053313d471e
Octal2002012610123617510736
Binary100000001000000110110101010011110001111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808116; }

 p { color: rgb(128,129,22); }

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

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

 a { background-color: rgb(128,129,22); }

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

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

 span { border-color: rgb(128,129,22); }

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