Shades of Mountain Meadow #07AF86
Tints of Mountain Meadow #07AF86
RGB
CMYK
RGB Variations
Color information
#07AF86 (or 0x07AF86) is known color: Mountain Meadow. HEX triplet: 07, AF and 86. RGB value is (7,175,134). Sum of RGB (Red+Green+Blue) = 7+175+134=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF86 is #F85079. Grayscale: #787878. Windows color (decimal): -16273530 or 8826631. OLE color: 8826631.
HSL color Cylindrical-coordinate representation of color #07AF86: hue angle of 165.36º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF86 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 134 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.31 |
| HSL | 165.36º | 0.92% | 0.36% | - |
| HSV(B) | 165.36º | 0.96% | 0.69% | - |
| XYZ | 19.72 | 32.43 | 27.77 | - |
| YUV | 120.09 | 135.84 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 134 | 0.96 | 0 | 0.23 | 0.31 | 165.36 | 0.92 | 0.36 |
| Hex | 7 | AF | 86 | 60 | 0 | 17 | 1F | A5 | 5C | 24 |
| Octal | 7 | 257 | 206 | 140 | 0 | 27 | 37 | 245 | 134 | 44 |
| Binary | 111 | 10101111 | 10000110 | 1100000 | 0 | 10111 | 11111 | 10100101 | 1011100 | 100100 |
Color Harmonies of #07AF86
Complementary color
Monochromatic Colors of #07AF86
Black with #07AF86
Text Example
Text Example
White with #07AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF86; }
p { color: rgb(7,175,134); }
H1.HeaderClassName
{
color: #07AF86;
}
.AnyTagClassName
{
color: #07AF86;
}
</style>
background-color css
<style>
a { background-color: #07AF86; }
a { background-color: rgb(7,175,134); }
div.DivClassName
{
background-color: #07AF86;
}
.BgClassName
{
background-color: #07AF86;
}
</style>
border-color css
<style>
span { border-color: #07AF86; }
span { border-color: rgb(7,175,134); }
td.TdClassName
{
border-color: #07AF86;
}
.TagClassName
{
border-color: #07AF86;
}
</style>