#809750

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

Shades of Asparagus #809750

Tints of Asparagus #809750

Color information

#809750 (or 0x809750) is unknown color: approx Asparagus. HEX triplet: 80, 97 and 50. RGB value is (128,151,80). Sum of RGB (Red+Green+Blue) = 128+151+80=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #809750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809750 is #7F68AF. Grayscale: #888888. Windows color (decimal): -8349872 or 5281664. OLE color: 5281664.

HSL color Cylindrical-coordinate representation of color #809750: hue angle of 79.44º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #809750 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB12815180-
CMYK0.1500.470.41
HSL79.44º30.74%45.29%-
HSV(B)79.44º47.02%59.22%-
XYZ21.4227.311.73-
YUV136.0396.38122.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=35.65%
G=42.06%
B=22.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128151800.1500.470.4179.4430.7445.29
Hex809750F02F294f1f2d
Octal20022712017057511173755
Binary1000000010010111101000011110101111101001100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809750; }

 p { color: rgb(128,151,80); }

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

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

 a { background-color: rgb(128,151,80); }

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

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

 span { border-color: rgb(128,151,80); }

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