Shades of Bay Leaf #74A589
Tints of Bay Leaf #74A589
RGB
CMYK
RGB Variations
Color information
#74A589 (or 0x74A589) is known color: Bay Leaf. HEX triplet: 74, A5 and 89. RGB value is (116,165,137). Sum of RGB (Red+Green+Blue) = 116+165+137=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #74A589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A589 is #8B5A76. Grayscale: #939393. Windows color (decimal): -9132663 or 9020788. OLE color: 9020788.
HSL color Cylindrical-coordinate representation of color #74A589: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74A589 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 165 | 137 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.35 |
| HSL | 145.71º | 0.21% | 0.55% | - |
| HSV(B) | 145.71º | 0.3% | 0.65% | - |
| XYZ | 25.17 | 32.43 | 28.6 | - |
| YUV | 147.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 165 | 137 | 0.30 | 0 | 0.17 | 0.35 | 145.71 | 0.21 | 0.55 |
| Hex | 74 | A5 | 89 | 1E | 0 | 11 | 23 | 92 | 15 | 37 |
| Octal | 164 | 245 | 211 | 36 | 0 | 21 | 43 | 222 | 25 | 67 |
| Binary | 1110100 | 10100101 | 10001001 | 11110 | 0 | 10001 | 100011 | 10010010 | 10101 | 110111 |
Color Harmonies of #74A589
Complementary color
Monochromatic Colors of #74A589
Black with #74A589
Text Example
Text Example
White with #74A589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A589; }
p { color: rgb(116,165,137); }
H1.HeaderClassName
{
color: #74A589;
}
.AnyTagClassName
{
color: #74A589;
}
</style>
background-color css
<style>
a { background-color: #74A589; }
a { background-color: rgb(116,165,137); }
div.DivClassName
{
background-color: #74A589;
}
.BgClassName
{
background-color: #74A589;
}
</style>
border-color css
<style>
span { border-color: #74A589; }
span { border-color: rgb(116,165,137); }
td.TdClassName
{
border-color: #74A589;
}
.TagClassName
{
border-color: #74A589;
}
</style>