Shades of Bay Leaf #74BD85
Tints of Bay Leaf #74BD85
RGB
CMYK
RGB Variations
Color information
#74BD85 (or 0x74BD85) is known color: Bay Leaf. HEX triplet: 74, BD and 85. RGB value is (116,189,133). Sum of RGB (Red+Green+Blue) = 116+189+133=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BD85 is #8B427A. Grayscale: #A0A0A0. Windows color (decimal): -9126523 or 8764788. OLE color: 8764788.
HSL color Cylindrical-coordinate representation of color #74BD85: hue angle of 133.97º 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 #74BD85 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 133 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.26 |
| HSL | 133.97º | 0.36% | 0.6% | - |
| HSV(B) | 133.97º | 0.39% | 0.74% | - |
| XYZ | 29.63 | 41.8 | 28.7 | - |
| YUV | 160.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 133 | 0.39 | 0 | 0.30 | 0.26 | 133.97 | 0.36 | 0.6 |
| Hex | 74 | BD | 85 | 27 | 0 | 1E | 1A | 86 | 24 | 3C |
| Octal | 164 | 275 | 205 | 47 | 0 | 36 | 32 | 206 | 44 | 74 |
| Binary | 1110100 | 10111101 | 10000101 | 100111 | 0 | 11110 | 11010 | 10000110 | 100100 | 111100 |
Color Harmonies of #74BD85
Complementary color
Monochromatic Colors of #74BD85
Black with #74BD85
Text Example
Text Example
White with #74BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD85; }
p { color: rgb(116,189,133); }
H1.HeaderClassName
{
color: #74BD85;
}
.AnyTagClassName
{
color: #74BD85;
}
</style>
background-color css
<style>
a { background-color: #74BD85; }
a { background-color: rgb(116,189,133); }
div.DivClassName
{
background-color: #74BD85;
}
.BgClassName
{
background-color: #74BD85;
}
</style>
border-color css
<style>
span { border-color: #74BD85; }
span { border-color: rgb(116,189,133); }
td.TdClassName
{
border-color: #74BD85;
}
.TagClassName
{
border-color: #74BD85;
}
</style>