Shades of Bay Leaf #74A988
Tints of Bay Leaf #74A988
RGB
CMYK
RGB Variations
Color information
#74A988 (or 0x74A988) is known color: Bay Leaf. HEX triplet: 74, A9 and 88. RGB value is (116,169,136). Sum of RGB (Red+Green+Blue) = 116+169+136=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #74A988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A988 is #8B5677. Grayscale: #959595. Windows color (decimal): -9131640 or 8956276. OLE color: 8956276.
HSL color Cylindrical-coordinate representation of color #74A988: hue angle of 142.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A988 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 136 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.34 |
| HSL | 142.64º | 0.24% | 0.56% | - |
| HSV(B) | 142.64º | 0.31% | 0.66% | - |
| XYZ | 25.83 | 33.87 | 28.47 | - |
| YUV | 149.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 136 | 0.31 | 0 | 0.20 | 0.34 | 142.64 | 0.24 | 0.56 |
| Hex | 74 | A9 | 88 | 1F | 0 | 14 | 22 | 8F | 18 | 38 |
| Octal | 164 | 251 | 210 | 37 | 0 | 24 | 42 | 217 | 30 | 70 |
| Binary | 1110100 | 10101001 | 10001000 | 11111 | 0 | 10100 | 100010 | 10001111 | 11000 | 111000 |
Color Harmonies of #74A988
Complementary color
Monochromatic Colors of #74A988
Black with #74A988
Text Example
Text Example
White with #74A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A988; }
p { color: rgb(116,169,136); }
H1.HeaderClassName
{
color: #74A988;
}
.AnyTagClassName
{
color: #74A988;
}
</style>
background-color css
<style>
a { background-color: #74A988; }
a { background-color: rgb(116,169,136); }
div.DivClassName
{
background-color: #74A988;
}
.BgClassName
{
background-color: #74A988;
}
</style>
border-color css
<style>
span { border-color: #74A988; }
span { border-color: rgb(116,169,136); }
td.TdClassName
{
border-color: #74A988;
}
.TagClassName
{
border-color: #74A988;
}
</style>