Shades of Bay Leaf #74B882
Tints of Bay Leaf #74B882
RGB
CMYK
RGB Variations
Color information
#74B882 (or 0x74B882) is known color: Bay Leaf. HEX triplet: 74, B8 and 82. RGB value is (116,184,130). Sum of RGB (Red+Green+Blue) = 116+184+130=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #74B882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B882 is #8B477D. Grayscale: #9D9D9D. Windows color (decimal): -9127806 or 8566900. OLE color: 8566900.
HSL color Cylindrical-coordinate representation of color #74B882: hue angle of 132.35º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B882 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 130 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.28 |
| HSL | 132.35º | 0.32% | 0.59% | - |
| HSV(B) | 132.35º | 0.37% | 0.72% | - |
| XYZ | 28.37 | 39.61 | 27.27 | - |
| YUV | 157.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 130 | 0.37 | 0 | 0.29 | 0.28 | 132.35 | 0.32 | 0.59 |
| Hex | 74 | B8 | 82 | 25 | 0 | 1D | 1C | 84 | 20 | 3B |
| Octal | 164 | 270 | 202 | 45 | 0 | 35 | 34 | 204 | 40 | 73 |
| Binary | 1110100 | 10111000 | 10000010 | 100101 | 0 | 11101 | 11100 | 10000100 | 100000 | 111011 |
Color Harmonies of #74B882
Complementary color
Monochromatic Colors of #74B882
Black with #74B882
Text Example
Text Example
White with #74B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B882; }
p { color: rgb(116,184,130); }
H1.HeaderClassName
{
color: #74B882;
}
.AnyTagClassName
{
color: #74B882;
}
</style>
background-color css
<style>
a { background-color: #74B882; }
a { background-color: rgb(116,184,130); }
div.DivClassName
{
background-color: #74B882;
}
.BgClassName
{
background-color: #74B882;
}
</style>
border-color css
<style>
span { border-color: #74B882; }
span { border-color: rgb(116,184,130); }
td.TdClassName
{
border-color: #74B882;
}
.TagClassName
{
border-color: #74B882;
}
</style>