Shades of Bay Leaf #74C588
Tints of Bay Leaf #74C588
RGB
CMYK
RGB Variations
Color information
#74C588 (or 0x74C588) is known color: Bay Leaf. HEX triplet: 74, C5 and 88. RGB value is (116,197,136). Sum of RGB (Red+Green+Blue) = 116+197+136=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #74C588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C588 is #8B3A77. Grayscale: #A5A5A5. Windows color (decimal): -9124472 or 8963444. OLE color: 8963444.
HSL color Cylindrical-coordinate representation of color #74C588: hue angle of 134.81º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C588 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 136 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.23 |
| HSL | 134.81º | 0.41% | 0.61% | - |
| HSV(B) | 134.81º | 0.41% | 0.77% | - |
| XYZ | 31.61 | 45.42 | 30.39 | - |
| YUV | 165.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 136 | 0.41 | 0 | 0.31 | 0.23 | 134.81 | 0.41 | 0.61 |
| Hex | 74 | C5 | 88 | 29 | 0 | 1F | 17 | 87 | 29 | 3D |
| Octal | 164 | 305 | 210 | 51 | 0 | 37 | 27 | 207 | 51 | 75 |
| Binary | 1110100 | 11000101 | 10001000 | 101001 | 0 | 11111 | 10111 | 10000111 | 101001 | 111101 |
Color Harmonies of #74C588
Complementary color
Monochromatic Colors of #74C588
Black with #74C588
Text Example
Text Example
White with #74C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C588; }
p { color: rgb(116,197,136); }
H1.HeaderClassName
{
color: #74C588;
}
.AnyTagClassName
{
color: #74C588;
}
</style>
background-color css
<style>
a { background-color: #74C588; }
a { background-color: rgb(116,197,136); }
div.DivClassName
{
background-color: #74C588;
}
.BgClassName
{
background-color: #74C588;
}
</style>
border-color css
<style>
span { border-color: #74C588; }
span { border-color: rgb(116,197,136); }
td.TdClassName
{
border-color: #74C588;
}
.TagClassName
{
border-color: #74C588;
}
</style>