Shades of Bay Leaf #7FAF8F
Tints of Bay Leaf #7FAF8F
RGB
CMYK
RGB Variations
Color information
#7FAF8F (or 0x7FAF8F) is known color: Bay Leaf. HEX triplet: 7F, AF and 8F. RGB value is (127,175,143). Sum of RGB (Red+Green+Blue) = 127+175+143=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF8F is #805070. Grayscale: #9D9D9D. Windows color (decimal): -8409201 or 9416575. OLE color: 9416575.
HSL color Cylindrical-coordinate representation of color #7FAF8F: hue angle of 140º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAF8F is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 143 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.31 |
| HSL | 140º | 0.23% | 0.59% | - |
| HSV(B) | 140º | 0.27% | 0.69% | - |
| XYZ | 29.04 | 37.16 | 31.63 | - |
| YUV | 157 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 143 | 0.27 | 0 | 0.18 | 0.31 | 140 | 0.23 | 0.59 |
| Hex | 7F | AF | 8F | 1B | 0 | 12 | 1F | 8C | 17 | 3B |
| Octal | 177 | 257 | 217 | 33 | 0 | 22 | 37 | 214 | 27 | 73 |
| Binary | 1111111 | 10101111 | 10001111 | 11011 | 0 | 10010 | 11111 | 10001100 | 10111 | 111011 |
Color Harmonies of #7FAF8F
Complementary color
Monochromatic Colors of #7FAF8F
Black with #7FAF8F
Text Example
Text Example
White with #7FAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF8F; }
p { color: rgb(127,175,143); }
H1.HeaderClassName
{
color: #7FAF8F;
}
.AnyTagClassName
{
color: #7FAF8F;
}
</style>
background-color css
<style>
a { background-color: #7FAF8F; }
a { background-color: rgb(127,175,143); }
div.DivClassName
{
background-color: #7FAF8F;
}
.BgClassName
{
background-color: #7FAF8F;
}
</style>
border-color css
<style>
span { border-color: #7FAF8F; }
span { border-color: rgb(127,175,143); }
td.TdClassName
{
border-color: #7FAF8F;
}
.TagClassName
{
border-color: #7FAF8F;
}
</style>