Shades of Bay Leaf #78BB83
Tints of Bay Leaf #78BB83
RGB
CMYK
RGB Variations
Color information
#78BB83 (or 0x78BB83) is known color: Bay Leaf. HEX triplet: 78, BB and 83. RGB value is (120,187,131). Sum of RGB (Red+Green+Blue) = 120+187+131=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BB83 is #87447C. Grayscale: #A0A0A0. Windows color (decimal): -8864893 or 8633208. OLE color: 8633208.
HSL color Cylindrical-coordinate representation of color #78BB83: hue angle of 129.85º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BB83 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 131 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.27 |
| HSL | 129.85º | 0.33% | 0.6% | - |
| HSV(B) | 129.85º | 0.36% | 0.73% | - |
| XYZ | 29.61 | 41.17 | 27.86 | - |
| YUV | 160.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 131 | 0.36 | 0 | 0.30 | 0.27 | 129.85 | 0.33 | 0.6 |
| Hex | 78 | BB | 83 | 24 | 0 | 1E | 1B | 82 | 21 | 3C |
| Octal | 170 | 273 | 203 | 44 | 0 | 36 | 33 | 202 | 41 | 74 |
| Binary | 1111000 | 10111011 | 10000011 | 100100 | 0 | 11110 | 11011 | 10000010 | 100001 | 111100 |
Color Harmonies of #78BB83
Complementary color
Monochromatic Colors of #78BB83
Black with #78BB83
Text Example
Text Example
White with #78BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB83; }
p { color: rgb(120,187,131); }
H1.HeaderClassName
{
color: #78BB83;
}
.AnyTagClassName
{
color: #78BB83;
}
</style>
background-color css
<style>
a { background-color: #78BB83; }
a { background-color: rgb(120,187,131); }
div.DivClassName
{
background-color: #78BB83;
}
.BgClassName
{
background-color: #78BB83;
}
</style>
border-color css
<style>
span { border-color: #78BB83; }
span { border-color: rgb(120,187,131); }
td.TdClassName
{
border-color: #78BB83;
}
.TagClassName
{
border-color: #78BB83;
}
</style>