Shades of Bay Leaf #74BB87
Tints of Bay Leaf #74BB87
RGB
CMYK
RGB Variations
Color information
#74BB87 (or 0x74BB87) is known color: Bay Leaf. HEX triplet: 74, BB and 87. RGB value is (116,187,135). Sum of RGB (Red+Green+Blue) = 116+187+135=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB87 is #8B4478. Grayscale: #9F9F9F. Windows color (decimal): -9127033 or 8895348. OLE color: 8895348.
HSL color Cylindrical-coordinate representation of color #74BB87: hue angle of 136.06º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BB87 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 135 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.27 |
| HSL | 136.06º | 0.34% | 0.59% | - |
| HSV(B) | 136.06º | 0.38% | 0.73% | - |
| XYZ | 29.35 | 41 | 29.29 | - |
| YUV | 159.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 135 | 0.38 | 0 | 0.28 | 0.27 | 136.06 | 0.34 | 0.59 |
| Hex | 74 | BB | 87 | 26 | 0 | 1C | 1B | 88 | 22 | 3B |
| Octal | 164 | 273 | 207 | 46 | 0 | 34 | 33 | 210 | 42 | 73 |
| Binary | 1110100 | 10111011 | 10000111 | 100110 | 0 | 11100 | 11011 | 10001000 | 100010 | 111011 |
Color Harmonies of #74BB87
Complementary color
Monochromatic Colors of #74BB87
Black with #74BB87
Text Example
Text Example
White with #74BB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB87; }
p { color: rgb(116,187,135); }
H1.HeaderClassName
{
color: #74BB87;
}
.AnyTagClassName
{
color: #74BB87;
}
</style>
background-color css
<style>
a { background-color: #74BB87; }
a { background-color: rgb(116,187,135); }
div.DivClassName
{
background-color: #74BB87;
}
.BgClassName
{
background-color: #74BB87;
}
</style>
border-color css
<style>
span { border-color: #74BB87; }
span { border-color: rgb(116,187,135); }
td.TdClassName
{
border-color: #74BB87;
}
.TagClassName
{
border-color: #74BB87;
}
</style>