Shades of Bay Leaf #74B184
Tints of Bay Leaf #74B184
RGB
CMYK
RGB Variations
Color information
#74B184 (or 0x74B184) is known color: Bay Leaf. HEX triplet: 74, B1 and 84. RGB value is (116,177,132). Sum of RGB (Red+Green+Blue) = 116+177+132=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #74B184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B184 is #8B4E7B. Grayscale: #999999. Windows color (decimal): -9129596 or 8696180. OLE color: 8696180.
HSL color Cylindrical-coordinate representation of color #74B184: hue angle of 135.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B184 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 132 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.31 |
| HSL | 135.74º | 0.28% | 0.57% | - |
| HSV(B) | 135.74º | 0.34% | 0.69% | - |
| XYZ | 27.09 | 36.82 | 27.51 | - |
| YUV | 153.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 132 | 0.34 | 0 | 0.25 | 0.31 | 135.74 | 0.28 | 0.57 |
| Hex | 74 | B1 | 84 | 22 | 0 | 19 | 1F | 88 | 1C | 39 |
| Octal | 164 | 261 | 204 | 42 | 0 | 31 | 37 | 210 | 34 | 71 |
| Binary | 1110100 | 10110001 | 10000100 | 100010 | 0 | 11001 | 11111 | 10001000 | 11100 | 111001 |
Color Harmonies of #74B184
Complementary color
Monochromatic Colors of #74B184
Black with #74B184
Text Example
Text Example
White with #74B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B184; }
p { color: rgb(116,177,132); }
H1.HeaderClassName
{
color: #74B184;
}
.AnyTagClassName
{
color: #74B184;
}
</style>
background-color css
<style>
a { background-color: #74B184; }
a { background-color: rgb(116,177,132); }
div.DivClassName
{
background-color: #74B184;
}
.BgClassName
{
background-color: #74B184;
}
</style>
border-color css
<style>
span { border-color: #74B184; }
span { border-color: rgb(116,177,132); }
td.TdClassName
{
border-color: #74B184;
}
.TagClassName
{
border-color: #74B184;
}
</style>