Shades of Bay Leaf #74B080
Tints of Bay Leaf #74B080
RGB
CMYK
RGB Variations
Color information
#74B080 (or 0x74B080) is known color: Bay Leaf. HEX triplet: 74, B0 and 80. RGB value is (116,176,128). Sum of RGB (Red+Green+Blue) = 116+176+128=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #74B080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B080 is #8B4F7F. Grayscale: #989898. Windows color (decimal): -9129856 or 8433780. OLE color: 8433780.
HSL color Cylindrical-coordinate representation of color #74B080: hue angle of 132º 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 #74B080 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 176 | 128 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.31 |
| HSL | 132º | 0.28% | 0.57% | - |
| HSV(B) | 132º | 0.34% | 0.69% | - |
| XYZ | 26.62 | 36.32 | 26.03 | - |
| YUV | 152.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 176 | 128 | 0.34 | 0 | 0.27 | 0.31 | 132 | 0.28 | 0.57 |
| Hex | 74 | B0 | 80 | 22 | 0 | 1B | 1F | 84 | 1C | 39 |
| Octal | 164 | 260 | 200 | 42 | 0 | 33 | 37 | 204 | 34 | 71 |
| Binary | 1110100 | 10110000 | 10000000 | 100010 | 0 | 11011 | 11111 | 10000100 | 11100 | 111001 |
Color Harmonies of #74B080
Complementary color
Monochromatic Colors of #74B080
Black with #74B080
Text Example
Text Example
White with #74B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B080; }
p { color: rgb(116,176,128); }
H1.HeaderClassName
{
color: #74B080;
}
.AnyTagClassName
{
color: #74B080;
}
</style>
background-color css
<style>
a { background-color: #74B080; }
a { background-color: rgb(116,176,128); }
div.DivClassName
{
background-color: #74B080;
}
.BgClassName
{
background-color: #74B080;
}
</style>
border-color css
<style>
span { border-color: #74B080; }
span { border-color: rgb(116,176,128); }
td.TdClassName
{
border-color: #74B080;
}
.TagClassName
{
border-color: #74B080;
}
</style>