Shades of Bay Leaf #74BB89
Tints of Bay Leaf #74BB89
RGB
CMYK
RGB Variations
Color information
#74BB89 (or 0x74BB89) is known color: Bay Leaf. HEX triplet: 74, BB and 89. RGB value is (116,187,137). Sum of RGB (Red+Green+Blue) = 116+187+137=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB89 is #8B4476. Grayscale: #A0A0A0. Windows color (decimal): -9127031 or 9026420. OLE color: 9026420.
HSL color Cylindrical-coordinate representation of color #74BB89: hue angle of 137.75º 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 #74BB89 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 137 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.27 |
| HSL | 137.75º | 0.34% | 0.59% | - |
| HSV(B) | 137.75º | 0.38% | 0.73% | - |
| XYZ | 29.49 | 41.06 | 30.04 | - |
| YUV | 160.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 137 | 0.38 | 0 | 0.27 | 0.27 | 137.75 | 0.34 | 0.59 |
| Hex | 74 | BB | 89 | 26 | 0 | 1B | 1B | 8A | 22 | 3B |
| Octal | 164 | 273 | 211 | 46 | 0 | 33 | 33 | 212 | 42 | 73 |
| Binary | 1110100 | 10111011 | 10001001 | 100110 | 0 | 11011 | 11011 | 10001010 | 100010 | 111011 |
Color Harmonies of #74BB89
Complementary color
Monochromatic Colors of #74BB89
Black with #74BB89
Text Example
Text Example
White with #74BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB89; }
p { color: rgb(116,187,137); }
H1.HeaderClassName
{
color: #74BB89;
}
.AnyTagClassName
{
color: #74BB89;
}
</style>
background-color css
<style>
a { background-color: #74BB89; }
a { background-color: rgb(116,187,137); }
div.DivClassName
{
background-color: #74BB89;
}
.BgClassName
{
background-color: #74BB89;
}
</style>
border-color css
<style>
span { border-color: #74BB89; }
span { border-color: rgb(116,187,137); }
td.TdClassName
{
border-color: #74BB89;
}
.TagClassName
{
border-color: #74BB89;
}
</style>