Shades of Lima #77B321
Tints of Lima #77B321
RGB
CMYK
RGB Variations
Color information
#77B321 (or 0x77B321) is known color: Lima. HEX triplet: 77, B3 and 21. RGB value is (119,179,33). Sum of RGB (Red+Green+Blue) = 119+179+33=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #77B321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B321 is #884CDE. Grayscale: #909090. Windows color (decimal): -8932575 or 2208631. OLE color: 2208631.
HSL color Cylindrical-coordinate representation of color #77B321: hue angle of 84.66º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77B321 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 33 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.30 |
| HSL | 84.66º | 0.69% | 0.42% | - |
| HSV(B) | 84.66º | 0.82% | 0.7% | - |
| XYZ | 24 | 36.27 | 7.17 | - |
| YUV | 144.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 33 | 0.34 | 0 | 0.82 | 0.30 | 84.66 | 0.69 | 0.42 |
| Hex | 77 | B3 | 21 | 22 | 0 | 52 | 1E | 55 | 45 | 2A |
| Octal | 167 | 263 | 41 | 42 | 0 | 122 | 36 | 125 | 105 | 52 |
| Binary | 1110111 | 10110011 | 100001 | 100010 | 0 | 1010010 | 11110 | 1010101 | 1000101 | 101010 |
Color Harmonies of #77B321
Complementary color
Monochromatic Colors of #77B321
Black with #77B321
Text Example
Text Example
White with #77B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B321; }
p { color: rgb(119,179,33); }
H1.HeaderClassName
{
color: #77B321;
}
.AnyTagClassName
{
color: #77B321;
}
</style>
background-color css
<style>
a { background-color: #77B321; }
a { background-color: rgb(119,179,33); }
div.DivClassName
{
background-color: #77B321;
}
.BgClassName
{
background-color: #77B321;
}
</style>
border-color css
<style>
span { border-color: #77B321; }
span { border-color: rgb(119,179,33); }
td.TdClassName
{
border-color: #77B321;
}
.TagClassName
{
border-color: #77B321;
}
</style>