#789550

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

Shades of Asparagus #789550

Tints of Asparagus #789550

Color information

#789550 (or 0x789550) is unknown color: approx Asparagus. HEX triplet: 78, 95 and 50. RGB value is (120,149,80). Sum of RGB (Red+Green+Blue) = 120+149+80=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #789550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789550 is #876AAF. Grayscale: #848484. Windows color (decimal): -8874672 or 5281144. OLE color: 5281144.

HSL color Cylindrical-coordinate representation of color #789550: hue angle of 85.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789550 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB12014980-
CMYK0.1900.460.42
HSL85.22º30.13%44.9%-
HSV(B)85.22º46.31%58.43%-
XYZ19.9426.0711.57-
YUV132.4698.39119.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=34.38%
G=42.69%
B=22.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120149800.1900.460.4285.2230.1344.9
Hex7895501302E2A551e2d
Octal17022512023056521253655
Binary1111000100101011010000100110101110101010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789550; }

 p { color: rgb(120,149,80); }

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

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

 a { background-color: rgb(120,149,80); }

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

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

 span { border-color: rgb(120,149,80); }

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