Shades of Bay Leaf #74BA85
Tints of Bay Leaf #74BA85
RGB
CMYK
RGB Variations
Color information
#74BA85 (or 0x74BA85) is known color: Bay Leaf. HEX triplet: 74, BA and 85. RGB value is (116,186,133). Sum of RGB (Red+Green+Blue) = 116+186+133=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA85 is #8B457A. Grayscale: #9F9F9F. Windows color (decimal): -9127291 or 8764020. OLE color: 8764020.
HSL color Cylindrical-coordinate representation of color #74BA85: hue angle of 134.57º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA85 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 133 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.27 |
| HSL | 134.57º | 0.34% | 0.59% | - |
| HSV(B) | 134.57º | 0.38% | 0.73% | - |
| XYZ | 29 | 40.52 | 28.48 | - |
| YUV | 159.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 133 | 0.38 | 0 | 0.28 | 0.27 | 134.57 | 0.34 | 0.59 |
| Hex | 74 | BA | 85 | 26 | 0 | 1C | 1B | 87 | 22 | 3B |
| Octal | 164 | 272 | 205 | 46 | 0 | 34 | 33 | 207 | 42 | 73 |
| Binary | 1110100 | 10111010 | 10000101 | 100110 | 0 | 11100 | 11011 | 10000111 | 100010 | 111011 |
Color Harmonies of #74BA85
Complementary color
Monochromatic Colors of #74BA85
Black with #74BA85
Text Example
Text Example
White with #74BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA85; }
p { color: rgb(116,186,133); }
H1.HeaderClassName
{
color: #74BA85;
}
.AnyTagClassName
{
color: #74BA85;
}
</style>
background-color css
<style>
a { background-color: #74BA85; }
a { background-color: rgb(116,186,133); }
div.DivClassName
{
background-color: #74BA85;
}
.BgClassName
{
background-color: #74BA85;
}
</style>
border-color css
<style>
span { border-color: #74BA85; }
span { border-color: rgb(116,186,133); }
td.TdClassName
{
border-color: #74BA85;
}
.TagClassName
{
border-color: #74BA85;
}
</style>