Shades of Bay Leaf #78AE7F
Tints of Bay Leaf #78AE7F
RGB
CMYK
RGB Variations
Color information
#78AE7F (or 0x78AE7F) is known color: Bay Leaf. HEX triplet: 78, AE and 7F. RGB value is (120,174,127). Sum of RGB (Red+Green+Blue) = 120+174+127=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE7F is #875180. Grayscale: #989898. Windows color (decimal): -8868225 or 8367736. OLE color: 8367736.
HSL color Cylindrical-coordinate representation of color #78AE7F: hue angle of 127.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE7F is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 127 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.32 |
| HSL | 127.78º | 0.25% | 0.58% | - |
| HSV(B) | 127.78º | 0.31% | 0.68% | - |
| XYZ | 26.71 | 35.8 | 25.58 | - |
| YUV | 152.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 127 | 0.31 | 0 | 0.27 | 0.32 | 127.78 | 0.25 | 0.58 |
| Hex | 78 | AE | 7F | 1F | 0 | 1B | 20 | 80 | 19 | 3A |
| Octal | 170 | 256 | 177 | 37 | 0 | 33 | 40 | 200 | 31 | 72 |
| Binary | 1111000 | 10101110 | 1111111 | 11111 | 0 | 11011 | 100000 | 10000000 | 11001 | 111010 |
Color Harmonies of #78AE7F
Complementary color
Monochromatic Colors of #78AE7F
Black with #78AE7F
Text Example
Text Example
White with #78AE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AE7F; }
p { color: rgb(120,174,127); }
H1.HeaderClassName
{
color: #78AE7F;
}
.AnyTagClassName
{
color: #78AE7F;
}
</style>
background-color css
<style>
a { background-color: #78AE7F; }
a { background-color: rgb(120,174,127); }
div.DivClassName
{
background-color: #78AE7F;
}
.BgClassName
{
background-color: #78AE7F;
}
</style>
border-color css
<style>
span { border-color: #78AE7F; }
span { border-color: rgb(120,174,127); }
td.TdClassName
{
border-color: #78AE7F;
}
.TagClassName
{
border-color: #78AE7F;
}
</style>