#799C50

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

Shades of Asparagus #799C50

Tints of Asparagus #799C50

Color information

#799C50 (or 0x799C50) is unknown color: approx Asparagus. HEX triplet: 79, 9C and 50. RGB value is (121,156,80). Sum of RGB (Red+Green+Blue) = 121+156+80=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #799C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C50 is #8663AF. Grayscale: #898989. Windows color (decimal): -8807344 or 5282937. OLE color: 5282937.

HSL color Cylindrical-coordinate representation of color #799C50: hue angle of 87.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799C50 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB12115680-
CMYK0.2200.490.39
HSL87.63º32.2%46.27%-
HSV(B)87.63º48.72%61.18%-
XYZ21.2228.4211.96-
YUV136.8795.9116.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=33.89%
G=43.70%
B=22.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121156800.2200.490.3987.6332.246.27
Hex799C50160312758202e
Octal17123412026061471304056
Binary11110011001110010100001011001100011001111011000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,156,80); }

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

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

 a { background-color: rgb(121,156,80); }

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

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

 span { border-color: rgb(121,156,80); }

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