Shades of Bay Leaf #74BD8E
Tints of Bay Leaf #74BD8E
RGB
CMYK
RGB Variations
Color information
#74BD8E (or 0x74BD8E) is known color: Bay Leaf. HEX triplet: 74, BD and 8E. RGB value is (116,189,142). Sum of RGB (Red+Green+Blue) = 116+189+142=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BD8E is #8B4271. Grayscale: #A1A1A1. Windows color (decimal): -9126514 or 9354612. OLE color: 9354612.
HSL color Cylindrical-coordinate representation of color #74BD8E: hue angle of 141.37º 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 #74BD8E is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 142 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.26 |
| HSL | 141.37º | 0.36% | 0.6% | - |
| HSV(B) | 141.37º | 0.39% | 0.74% | - |
| XYZ | 30.28 | 42.06 | 32.11 | - |
| YUV | 161.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 142 | 0.39 | 0 | 0.25 | 0.26 | 141.37 | 0.36 | 0.6 |
| Hex | 74 | BD | 8E | 27 | 0 | 19 | 1A | 8D | 24 | 3C |
| Octal | 164 | 275 | 216 | 47 | 0 | 31 | 32 | 215 | 44 | 74 |
| Binary | 1110100 | 10111101 | 10001110 | 100111 | 0 | 11001 | 11010 | 10001101 | 100100 | 111100 |
Color Harmonies of #74BD8E
Complementary color
Monochromatic Colors of #74BD8E
Black with #74BD8E
Text Example
Text Example
White with #74BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD8E; }
p { color: rgb(116,189,142); }
H1.HeaderClassName
{
color: #74BD8E;
}
.AnyTagClassName
{
color: #74BD8E;
}
</style>
background-color css
<style>
a { background-color: #74BD8E; }
a { background-color: rgb(116,189,142); }
div.DivClassName
{
background-color: #74BD8E;
}
.BgClassName
{
background-color: #74BD8E;
}
</style>
border-color css
<style>
span { border-color: #74BD8E; }
span { border-color: rgb(116,189,142); }
td.TdClassName
{
border-color: #74BD8E;
}
.TagClassName
{
border-color: #74BD8E;
}
</style>