Shades of Bay Leaf #78AB83
Tints of Bay Leaf #78AB83
RGB
CMYK
RGB Variations
Color information
#78AB83 (or 0x78AB83) is known color: Bay Leaf. HEX triplet: 78, AB and 83. RGB value is (120,171,131). Sum of RGB (Red+Green+Blue) = 120+171+131=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AB83 is #87547C. Grayscale: #979797. Windows color (decimal): -8868989 or 8629112. OLE color: 8629112.
HSL color Cylindrical-coordinate representation of color #78AB83: hue angle of 132.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AB83 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 131 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.33 |
| HSL | 132.94º | 0.23% | 0.57% | - |
| HSV(B) | 132.94º | 0.3% | 0.67% | - |
| XYZ | 26.41 | 34.76 | 26.79 | - |
| YUV | 151.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 131 | 0.30 | 0 | 0.23 | 0.33 | 132.94 | 0.23 | 0.57 |
| Hex | 78 | AB | 83 | 1E | 0 | 17 | 21 | 85 | 17 | 39 |
| Octal | 170 | 253 | 203 | 36 | 0 | 27 | 41 | 205 | 27 | 71 |
| Binary | 1111000 | 10101011 | 10000011 | 11110 | 0 | 10111 | 100001 | 10000101 | 10111 | 111001 |
Color Harmonies of #78AB83
Complementary color
Monochromatic Colors of #78AB83
Black with #78AB83
Text Example
Text Example
White with #78AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB83; }
p { color: rgb(120,171,131); }
H1.HeaderClassName
{
color: #78AB83;
}
.AnyTagClassName
{
color: #78AB83;
}
</style>
background-color css
<style>
a { background-color: #78AB83; }
a { background-color: rgb(120,171,131); }
div.DivClassName
{
background-color: #78AB83;
}
.BgClassName
{
background-color: #78AB83;
}
</style>
border-color css
<style>
span { border-color: #78AB83; }
span { border-color: rgb(120,171,131); }
td.TdClassName
{
border-color: #78AB83;
}
.TagClassName
{
border-color: #78AB83;
}
</style>