Shades of Bay Leaf #74BC88
Tints of Bay Leaf #74BC88
RGB
CMYK
RGB Variations
Color information
#74BC88 (or 0x74BC88) is known color: Bay Leaf. HEX triplet: 74, BC and 88. RGB value is (116,188,136). Sum of RGB (Red+Green+Blue) = 116+188+136=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC88 is #8B4377. Grayscale: #A0A0A0. Windows color (decimal): -9126776 or 8961140. OLE color: 8961140.
HSL color Cylindrical-coordinate representation of color #74BC88: hue angle of 136.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BC88 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 136 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.26 |
| HSL | 136.67º | 0.35% | 0.6% | - |
| HSV(B) | 136.67º | 0.38% | 0.74% | - |
| XYZ | 29.63 | 41.46 | 29.73 | - |
| YUV | 160.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 136 | 0.38 | 0 | 0.28 | 0.26 | 136.67 | 0.35 | 0.6 |
| Hex | 74 | BC | 88 | 26 | 0 | 1C | 1A | 89 | 23 | 3C |
| Octal | 164 | 274 | 210 | 46 | 0 | 34 | 32 | 211 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10001000 | 100110 | 0 | 11100 | 11010 | 10001001 | 100011 | 111100 |
Color Harmonies of #74BC88
Complementary color
Monochromatic Colors of #74BC88
Black with #74BC88
Text Example
Text Example
White with #74BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC88; }
p { color: rgb(116,188,136); }
H1.HeaderClassName
{
color: #74BC88;
}
.AnyTagClassName
{
color: #74BC88;
}
</style>
background-color css
<style>
a { background-color: #74BC88; }
a { background-color: rgb(116,188,136); }
div.DivClassName
{
background-color: #74BC88;
}
.BgClassName
{
background-color: #74BC88;
}
</style>
border-color css
<style>
span { border-color: #74BC88; }
span { border-color: rgb(116,188,136); }
td.TdClassName
{
border-color: #74BC88;
}
.TagClassName
{
border-color: #74BC88;
}
</style>