Html Css Color HEX #799B50 Asparagus

📋 copy color: '#799B50'

red 121 ◦ green 155 ◦ blue 80

#799B50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #799B50

Tints of Asparagus #799B50

RGB

 RED value IS 121 (47.66% from 255) = 33.99%

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 33.99%
G = 43.54%
B = 22.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#799B50 (or 0x799B50) is known color: Asparagus. HEX triplet: 79, 9B and 50. RGB value is (121,155,80). Sum of RGB (Red+Green+Blue) = 121+155+80=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #799B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B50 is #8664AF. Grayscale: #888888. Windows color (decimal): -8807600 or 5282681. OLE color: 5282681.

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

Color convert

RGB 121 155 80 -
CMYK 0.22 0 0.48 0.39
HSL 87.2º 0.32% 0.46% -
HSV(B) 87.2º 0.48% 0.61% -
XYZ 21.05 28.09 11.9 -
YUV 136.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 121 155 80 0.22 0 0.48 0.39 87.2 0.32 0.46
Hex 79 9B 50 16 0 30 27 57 20 2E
Octal 171 233 120 26 0 60 47 127 40 56
Binary 1111001 10011011 1010000 10110 0 110000 100111 1010111 100000 101110

Color Harmonies of #799B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B50

Black with #799B50

Text Example


Text Example

White with #799B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #799B50;
 }
 .AnyTagClassName
 {
   color: #799B50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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