Shades of Asparagus #78A74B
Tints of Asparagus #78A74B
RGB
CMYK
RGB Variations
Color information
#78A74B (or 0x78A74B) is known color: Asparagus. HEX triplet: 78, A7 and 4B. RGB value is (120,167,75). Sum of RGB (Red+Green+Blue) = 120+167+75=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #78A74B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A74B is #8758B4. Grayscale: #8E8E8E. Windows color (decimal): -8870069 or 4958072. OLE color: 4958072.
HSL color Cylindrical-coordinate representation of color #78A74B: hue angle of 90.65º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78A74B is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 167 | 75 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.35 |
| HSL | 90.65º | 0.38% | 0.47% | - |
| HSV(B) | 90.65º | 0.55% | 0.65% | - |
| XYZ | 22.83 | 32.14 | 11.66 | - |
| YUV | 142.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 167 | 75 | 0.28 | 0 | 0.55 | 0.35 | 90.65 | 0.38 | 0.47 |
| Hex | 78 | A7 | 4B | 1C | 0 | 37 | 23 | 5B | 26 | 2F |
| Octal | 170 | 247 | 113 | 34 | 0 | 67 | 43 | 133 | 46 | 57 |
| Binary | 1111000 | 10100111 | 1001011 | 11100 | 0 | 110111 | 100011 | 1011011 | 100110 | 101111 |
Color Harmonies of #78A74B
Complementary color
Monochromatic Colors of #78A74B
Black with #78A74B
Text Example
Text Example
White with #78A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A74B; }
p { color: rgb(120,167,75); }
H1.HeaderClassName
{
color: #78A74B;
}
.AnyTagClassName
{
color: #78A74B;
}
</style>
background-color css
<style>
a { background-color: #78A74B; }
a { background-color: rgb(120,167,75); }
div.DivClassName
{
background-color: #78A74B;
}
.BgClassName
{
background-color: #78A74B;
}
</style>
border-color css
<style>
span { border-color: #78A74B; }
span { border-color: rgb(120,167,75); }
td.TdClassName
{
border-color: #78A74B;
}
.TagClassName
{
border-color: #78A74B;
}
</style>