#808721

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

Shades of Trendy Green #808721

Tints of Trendy Green #808721

Color information

#808721 (or 0x808721) is unknown color: approx Trendy Green. HEX triplet: 80, 87 and 21. RGB value is (128,135,33). Sum of RGB (Red+Green+Blue) = 128+135+33=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #808721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808721 is #7F78DE. Grayscale: #797979. Windows color (decimal): -8354015 or 2197376. OLE color: 2197376.

HSL color Cylindrical-coordinate representation of color #808721: hue angle of 64.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #808721 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB12813533-
CMYK0.0500.760.47
HSL64.12º60.71%32.94%-
HSV(B)64.12º75.56%52.94%-
XYZ17.8422.034.75-
YUV121.2878.18132.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=43.24%
G=45.61%
B=11.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135330.0500.760.4764.1260.7132.94
Hex808721504C2F403d21
Octal2002074150114571007541
Binary1000000010000111100001101010011001011111000000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808721; }

 p { color: rgb(128,135,33); }

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

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

 a { background-color: rgb(128,135,33); }

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

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

 span { border-color: rgb(128,135,33); }

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