#799A55

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

Shades of Asparagus #799A55

Tints of Asparagus #799A55

Color information

#799A55 (or 0x799A55) is unknown color: approx Asparagus. HEX triplet: 79, 9A and 55. RGB value is (121,154,85). Sum of RGB (Red+Green+Blue) = 121+154+85=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 154 - color contains mainly: green. Hex color #799A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799A55 is #8665AA. Grayscale: #888888. Windows color (decimal): -8807851 or 5610105. OLE color: 5610105.

HSL color Cylindrical-coordinate representation of color #799A55: hue angle of 88.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799A55 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB12115485-
CMYK0.2100.450.40
HSL88.7º28.87%46.86%-
HSV(B)88.7º44.81%60.39%-
XYZ21.0827.8312.86-
YUV136.2799.07117.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 154 (60.55% from 255) = 42.78%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=33.61%
G=42.78%
B=23.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121154850.2100.450.4088.728.8746.86
Hex799A551502D28591d2f
Octal17123212525055501313557
Binary1111001100110101010101101010101101101000101100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799A55; }

 p { color: rgb(121,154,85); }

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

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

 a { background-color: rgb(121,154,85); }

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

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

 span { border-color: rgb(121,154,85); }

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