Shades of Lima #79B73A
Tints of Lima #79B73A
RGB
CMYK
RGB Variations
Color information
#79B73A (or 0x79B73A) is known color: Lima. HEX triplet: 79, B7 and 3A. RGB value is (121,183,58). Sum of RGB (Red+Green+Blue) = 121+183+58=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #79B73A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79B73A is #8648C5. Grayscale: #969696. Windows color (decimal): -8800454 or 3848057. OLE color: 3848057.
HSL color Cylindrical-coordinate representation of color #79B73A: hue angle of 89.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79B73A is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 183 | 58 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.28 |
| HSL | 89.76º | 0.52% | 0.47% | - |
| HSV(B) | 89.76º | 0.68% | 0.72% | - |
| XYZ | 25.58 | 38.24 | 10.04 | - |
| YUV | 150.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 183 | 58 | 0.34 | 0 | 0.68 | 0.28 | 89.76 | 0.52 | 0.47 |
| Hex | 79 | B7 | 3A | 22 | 0 | 44 | 1C | 5A | 34 | 2F |
| Octal | 171 | 267 | 72 | 42 | 0 | 104 | 34 | 132 | 64 | 57 |
| Binary | 1111001 | 10110111 | 111010 | 100010 | 0 | 1000100 | 11100 | 1011010 | 110100 | 101111 |
Color Harmonies of #79B73A
Complementary color
Monochromatic Colors of #79B73A
Black with #79B73A
Text Example
Text Example
White with #79B73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B73A; }
p { color: rgb(121,183,58); }
H1.HeaderClassName
{
color: #79B73A;
}
.AnyTagClassName
{
color: #79B73A;
}
</style>
background-color css
<style>
a { background-color: #79B73A; }
a { background-color: rgb(121,183,58); }
div.DivClassName
{
background-color: #79B73A;
}
.BgClassName
{
background-color: #79B73A;
}
</style>
border-color css
<style>
span { border-color: #79B73A; }
span { border-color: rgb(121,183,58); }
td.TdClassName
{
border-color: #79B73A;
}
.TagClassName
{
border-color: #79B73A;
}
</style>