Shades of Mountain Meadow #07B78B
Tints of Mountain Meadow #07B78B
RGB
CMYK
RGB Variations
Color information
#07B78B (or 0x07B78B) is known color: Mountain Meadow. HEX triplet: 07, B7 and 8B. RGB value is (7,183,139). Sum of RGB (Red+Green+Blue) = 7+183+139=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #07B78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B78B is #F84874. Grayscale: #7D7D7D. Windows color (decimal): -16271477 or 9156359. OLE color: 9156359.
HSL color Cylindrical-coordinate representation of color #07B78B: hue angle of 165º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B78B is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 139 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.28 |
| HSL | 165º | 0.93% | 0.37% | - |
| HSV(B) | 165º | 0.96% | 0.72% | - |
| XYZ | 21.68 | 35.78 | 30.19 | - |
| YUV | 125.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 139 | 0.96 | 0 | 0.24 | 0.28 | 165 | 0.93 | 0.37 |
| Hex | 7 | B7 | 8B | 60 | 0 | 18 | 1C | A5 | 5D | 25 |
| Octal | 7 | 267 | 213 | 140 | 0 | 30 | 34 | 245 | 135 | 45 |
| Binary | 111 | 10110111 | 10001011 | 1100000 | 0 | 11000 | 11100 | 10100101 | 1011101 | 100101 |
Color Harmonies of #07B78B
Complementary color
Monochromatic Colors of #07B78B
Black with #07B78B
Text Example
Text Example
White with #07B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B78B; }
p { color: rgb(7,183,139); }
H1.HeaderClassName
{
color: #07B78B;
}
.AnyTagClassName
{
color: #07B78B;
}
</style>
background-color css
<style>
a { background-color: #07B78B; }
a { background-color: rgb(7,183,139); }
div.DivClassName
{
background-color: #07B78B;
}
.BgClassName
{
background-color: #07B78B;
}
</style>
border-color css
<style>
span { border-color: #07B78B; }
span { border-color: rgb(7,183,139); }
td.TdClassName
{
border-color: #07B78B;
}
.TagClassName
{
border-color: #07B78B;
}
</style>