Shades of Lima #74B736
Tints of Lima #74B736
RGB
CMYK
RGB Variations
Color information
#74B736 (or 0x74B736) is known color: Lima. HEX triplet: 74, B7 and 36. RGB value is (116,183,54). Sum of RGB (Red+Green+Blue) = 116+183+54=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #74B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B736 is #8B48C9. Grayscale: #949494. Windows color (decimal): -9128138 or 3585908. OLE color: 3585908.
HSL color Cylindrical-coordinate representation of color #74B736: hue angle of 91.16º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74B736 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 54 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.28 |
| HSL | 91.16º | 0.54% | 0.46% | - |
| HSV(B) | 91.16º | 0.7% | 0.72% | - |
| XYZ | 24.8 | 37.85 | 9.49 | - |
| YUV | 148.26 | 74.8 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 54 | 0.37 | 0 | 0.70 | 0.28 | 91.16 | 0.54 | 0.46 |
| Hex | 74 | B7 | 36 | 25 | 0 | 46 | 1C | 5B | 36 | 2E |
| Octal | 164 | 267 | 66 | 45 | 0 | 106 | 34 | 133 | 66 | 56 |
| Binary | 1110100 | 10110111 | 110110 | 100101 | 0 | 1000110 | 11100 | 1011011 | 110110 | 101110 |
Color Harmonies of #74B736
Complementary color
Monochromatic Colors of #74B736
Black with #74B736
Text Example
Text Example
White with #74B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B736; }
p { color: rgb(116,183,54); }
H1.HeaderClassName
{
color: #74B736;
}
.AnyTagClassName
{
color: #74B736;
}
</style>
background-color css
<style>
a { background-color: #74B736; }
a { background-color: rgb(116,183,54); }
div.DivClassName
{
background-color: #74B736;
}
.BgClassName
{
background-color: #74B736;
}
</style>
border-color css
<style>
span { border-color: #74B736; }
span { border-color: rgb(116,183,54); }
td.TdClassName
{
border-color: #74B736;
}
.TagClassName
{
border-color: #74B736;
}
</style>