Shades of Asparagus #77934B
Tints of Asparagus #77934B
RGB
CMYK
RGB Variations
Color information
#77934B (or 0x77934B) is known color: Asparagus. HEX triplet: 77, 93 and 4B. RGB value is (119,147,75). Sum of RGB (Red+Green+Blue) = 119+147+75=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #77934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77934B is #886CB4. Grayscale: #828282. Windows color (decimal): -8940725 or 4952951. OLE color: 4952951.
HSL color Cylindrical-coordinate representation of color #77934B: hue angle of 83.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77934B is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 75 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.42 |
| HSL | 83.33º | 0.32% | 0.44% | - |
| HSV(B) | 83.33º | 0.49% | 0.58% | - |
| XYZ | 19.31 | 25.3 | 10.52 | - |
| YUV | 130.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 75 | 0.19 | 0 | 0.49 | 0.42 | 83.33 | 0.32 | 0.44 |
| Hex | 77 | 93 | 4B | 13 | 0 | 31 | 2A | 53 | 20 | 2C |
| Octal | 167 | 223 | 113 | 23 | 0 | 61 | 52 | 123 | 40 | 54 |
| Binary | 1110111 | 10010011 | 1001011 | 10011 | 0 | 110001 | 101010 | 1010011 | 100000 | 101100 |
Color Harmonies of #77934B
Complementary color
Monochromatic Colors of #77934B
Black with #77934B
Text Example
Text Example
White with #77934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77934B; }
p { color: rgb(119,147,75); }
H1.HeaderClassName
{
color: #77934B;
}
.AnyTagClassName
{
color: #77934B;
}
</style>
background-color css
<style>
a { background-color: #77934B; }
a { background-color: rgb(119,147,75); }
div.DivClassName
{
background-color: #77934B;
}
.BgClassName
{
background-color: #77934B;
}
</style>
border-color css
<style>
span { border-color: #77934B; }
span { border-color: rgb(119,147,75); }
td.TdClassName
{
border-color: #77934B;
}
.TagClassName
{
border-color: #77934B;
}
</style>