Shades of Bay Leaf #74BD88
Tints of Bay Leaf #74BD88
RGB
CMYK
RGB Variations
Color information
#74BD88 (or 0x74BD88) is known color: Bay Leaf. HEX triplet: 74, BD and 88. RGB value is (116,189,136). Sum of RGB (Red+Green+Blue) = 116+189+136=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BD88 is #8B4277. Grayscale: #A1A1A1. Windows color (decimal): -9126520 or 8961396. OLE color: 8961396.
HSL color Cylindrical-coordinate representation of color #74BD88: hue angle of 136.44º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BD88 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 136 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.26 |
| HSL | 136.44º | 0.36% | 0.6% | - |
| HSV(B) | 136.44º | 0.39% | 0.74% | - |
| XYZ | 29.84 | 41.89 | 29.8 | - |
| YUV | 161.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 136 | 0.39 | 0 | 0.28 | 0.26 | 136.44 | 0.36 | 0.6 |
| Hex | 74 | BD | 88 | 27 | 0 | 1C | 1A | 88 | 24 | 3C |
| Octal | 164 | 275 | 210 | 47 | 0 | 34 | 32 | 210 | 44 | 74 |
| Binary | 1110100 | 10111101 | 10001000 | 100111 | 0 | 11100 | 11010 | 10001000 | 100100 | 111100 |
Color Harmonies of #74BD88
Complementary color
Monochromatic Colors of #74BD88
Black with #74BD88
Text Example
Text Example
White with #74BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD88; }
p { color: rgb(116,189,136); }
H1.HeaderClassName
{
color: #74BD88;
}
.AnyTagClassName
{
color: #74BD88;
}
</style>
background-color css
<style>
a { background-color: #74BD88; }
a { background-color: rgb(116,189,136); }
div.DivClassName
{
background-color: #74BD88;
}
.BgClassName
{
background-color: #74BD88;
}
</style>
border-color css
<style>
span { border-color: #74BD88; }
span { border-color: rgb(116,189,136); }
td.TdClassName
{
border-color: #74BD88;
}
.TagClassName
{
border-color: #74BD88;
}
</style>