Shades of Bay Leaf #7FC592
Tints of Bay Leaf #7FC592
RGB
CMYK
RGB Variations
Color information
#7FC592 (or 0x7FC592) is known color: Bay Leaf. HEX triplet: 7F, C5 and 92. RGB value is (127,197,146). Sum of RGB (Red+Green+Blue) = 127+197+146=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC592 is #803A6D. Grayscale: #AAAAAA. Windows color (decimal): -8403566 or 9618815. OLE color: 9618815.
HSL color Cylindrical-coordinate representation of color #7FC592: hue angle of 136.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC592 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 146 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.23 |
| HSL | 136.29º | 0.38% | 0.64% | - |
| HSV(B) | 136.29º | 0.36% | 0.77% | - |
| XYZ | 33.91 | 46.52 | 34.39 | - |
| YUV | 170.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 146 | 0.36 | 0 | 0.26 | 0.23 | 136.29 | 0.38 | 0.64 |
| Hex | 7F | C5 | 92 | 24 | 0 | 1A | 17 | 88 | 26 | 40 |
| Octal | 177 | 305 | 222 | 44 | 0 | 32 | 27 | 210 | 46 | 100 |
| Binary | 1111111 | 11000101 | 10010010 | 100100 | 0 | 11010 | 10111 | 10001000 | 100110 | 1000000 |
Color Harmonies of #7FC592
Complementary color
Monochromatic Colors of #7FC592
Black with #7FC592
Text Example
Text Example
White with #7FC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC592; }
p { color: rgb(127,197,146); }
H1.HeaderClassName
{
color: #7FC592;
}
.AnyTagClassName
{
color: #7FC592;
}
</style>
background-color css
<style>
a { background-color: #7FC592; }
a { background-color: rgb(127,197,146); }
div.DivClassName
{
background-color: #7FC592;
}
.BgClassName
{
background-color: #7FC592;
}
</style>
border-color css
<style>
span { border-color: #7FC592; }
span { border-color: rgb(127,197,146); }
td.TdClassName
{
border-color: #7FC592;
}
.TagClassName
{
border-color: #7FC592;
}
</style>