Shades of Bay Leaf #74A889
Tints of Bay Leaf #74A889
RGB
CMYK
RGB Variations
Color information
#74A889 (or 0x74A889) is known color: Bay Leaf. HEX triplet: 74, A8 and 89. RGB value is (116,168,137). Sum of RGB (Red+Green+Blue) = 116+168+137=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #74A889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A889 is #8B5776. Grayscale: #949494. Windows color (decimal): -9131895 or 9021556. OLE color: 9021556.
HSL color Cylindrical-coordinate representation of color #74A889: hue angle of 144.23º degrees, saturation: 0.23, 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 #74A889 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 168 | 137 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.34 |
| HSL | 144.23º | 0.23% | 0.56% | - |
| HSV(B) | 144.23º | 0.31% | 0.66% | - |
| XYZ | 25.72 | 33.52 | 28.78 | - |
| YUV | 148.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 137 | 0.31 | 0 | 0.18 | 0.34 | 144.23 | 0.23 | 0.56 |
| Hex | 74 | A8 | 89 | 1F | 0 | 12 | 22 | 90 | 17 | 38 |
| Octal | 164 | 250 | 211 | 37 | 0 | 22 | 42 | 220 | 27 | 70 |
| Binary | 1110100 | 10101000 | 10001001 | 11111 | 0 | 10010 | 100010 | 10010000 | 10111 | 111000 |
Color Harmonies of #74A889
Complementary color
Monochromatic Colors of #74A889
Black with #74A889
Text Example
Text Example
White with #74A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A889; }
p { color: rgb(116,168,137); }
H1.HeaderClassName
{
color: #74A889;
}
.AnyTagClassName
{
color: #74A889;
}
</style>
background-color css
<style>
a { background-color: #74A889; }
a { background-color: rgb(116,168,137); }
div.DivClassName
{
background-color: #74A889;
}
.BgClassName
{
background-color: #74A889;
}
</style>
border-color css
<style>
span { border-color: #74A889; }
span { border-color: rgb(116,168,137); }
td.TdClassName
{
border-color: #74A889;
}
.TagClassName
{
border-color: #74A889;
}
</style>