Html Css Color HEX #799550 Asparagus

📋 copy color: '#799550'

red 121 ◦ green 149 ◦ blue 80

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

Shades of Asparagus #799550

Tints of Asparagus #799550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

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

R = 34.57%
G = 42.57%
B = 22.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#799550 (or 0x799550) is known color: Asparagus. HEX triplet: 79, 95 and 50. RGB value is (121,149,80). Sum of RGB (Red+Green+Blue) = 121+149+80=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #799550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799550 is #866AAF. Grayscale: #858585. Windows color (decimal): -8809136 or 5281145. OLE color: 5281145.

HSL color Cylindrical-coordinate representation of color #799550: hue angle of 84.35º 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 #799550 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 80 -
CMYK 0.19 0 0.46 0.42
HSL 84.35º 0.3% 0.45% -
HSV(B) 84.35º 0.46% 0.58% -
XYZ 20.08 26.14 11.58 -
YUV 132.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 121 149 80 0.19 0 0.46 0.42 84.35 0.3 0.45
Hex 79 95 50 13 0 2E 2A 54 1E 2D
Octal 171 225 120 23 0 56 52 124 36 55
Binary 1111001 10010101 1010000 10011 0 101110 101010 1010100 11110 101101

Color Harmonies of #799550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799550

Black with #799550

Text Example


Text Example

White with #799550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799550; }

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

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

background-color css

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

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

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

border-color css

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

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

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