Shades of Bay Leaf #7FAF8B
Tints of Bay Leaf #7FAF8B
RGB
CMYK
RGB Variations
Color information
#7FAF8B (or 0x7FAF8B) is known color: Bay Leaf. HEX triplet: 7F, AF and 8B. RGB value is (127,175,139). Sum of RGB (Red+Green+Blue) = 127+175+139=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF8B is #805074. Grayscale: #9C9C9C. Windows color (decimal): -8409205 or 9154431. OLE color: 9154431.
HSL color Cylindrical-coordinate representation of color #7FAF8B: hue angle of 135º 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 #7FAF8B is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 139 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.31 |
| HSL | 135º | 0.23% | 0.59% | - |
| HSV(B) | 135º | 0.27% | 0.69% | - |
| XYZ | 28.74 | 37.04 | 30.06 | - |
| YUV | 156.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 139 | 0.27 | 0 | 0.21 | 0.31 | 135 | 0.23 | 0.59 |
| Hex | 7F | AF | 8B | 1B | 0 | 15 | 1F | 87 | 17 | 3B |
| Octal | 177 | 257 | 213 | 33 | 0 | 25 | 37 | 207 | 27 | 73 |
| Binary | 1111111 | 10101111 | 10001011 | 11011 | 0 | 10101 | 11111 | 10000111 | 10111 | 111011 |
Color Harmonies of #7FAF8B
Complementary color
Monochromatic Colors of #7FAF8B
Black with #7FAF8B
Text Example
Text Example
White with #7FAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF8B; }
p { color: rgb(127,175,139); }
H1.HeaderClassName
{
color: #7FAF8B;
}
.AnyTagClassName
{
color: #7FAF8B;
}
</style>
background-color css
<style>
a { background-color: #7FAF8B; }
a { background-color: rgb(127,175,139); }
div.DivClassName
{
background-color: #7FAF8B;
}
.BgClassName
{
background-color: #7FAF8B;
}
</style>
border-color css
<style>
span { border-color: #7FAF8B; }
span { border-color: rgb(127,175,139); }
td.TdClassName
{
border-color: #7FAF8B;
}
.TagClassName
{
border-color: #7FAF8B;
}
</style>