Shades of Bay Leaf #78AF81
Tints of Bay Leaf #78AF81
RGB
CMYK
RGB Variations
Color information
#78AF81 (or 0x78AF81) is known color: Bay Leaf. HEX triplet: 78, AF and 81. RGB value is (120,175,129). Sum of RGB (Red+Green+Blue) = 120+175+129=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF81 is #87507E. Grayscale: #999999. Windows color (decimal): -8867967 or 8499064. OLE color: 8499064.
HSL color Cylindrical-coordinate representation of color #78AF81: hue angle of 129.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AF81 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 129 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.31 |
| HSL | 129.82º | 0.26% | 0.58% | - |
| HSV(B) | 129.82º | 0.31% | 0.69% | - |
| XYZ | 27.04 | 36.24 | 26.34 | - |
| YUV | 153.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 129 | 0.31 | 0 | 0.26 | 0.31 | 129.82 | 0.26 | 0.58 |
| Hex | 78 | AF | 81 | 1F | 0 | 1A | 1F | 82 | 1A | 3A |
| Octal | 170 | 257 | 201 | 37 | 0 | 32 | 37 | 202 | 32 | 72 |
| Binary | 1111000 | 10101111 | 10000001 | 11111 | 0 | 11010 | 11111 | 10000010 | 11010 | 111010 |
Color Harmonies of #78AF81
Complementary color
Monochromatic Colors of #78AF81
Black with #78AF81
Text Example
Text Example
White with #78AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF81; }
p { color: rgb(120,175,129); }
H1.HeaderClassName
{
color: #78AF81;
}
.AnyTagClassName
{
color: #78AF81;
}
</style>
background-color css
<style>
a { background-color: #78AF81; }
a { background-color: rgb(120,175,129); }
div.DivClassName
{
background-color: #78AF81;
}
.BgClassName
{
background-color: #78AF81;
}
</style>
border-color css
<style>
span { border-color: #78AF81; }
span { border-color: rgb(120,175,129); }
td.TdClassName
{
border-color: #78AF81;
}
.TagClassName
{
border-color: #78AF81;
}
</style>