Shades of Mountain Meadow #07B78D
Tints of Mountain Meadow #07B78D
RGB
CMYK
RGB Variations
Color information
#07B78D (or 0x07B78D) is known color: Mountain Meadow. HEX triplet: 07, B7 and 8D. RGB value is (7,183,141). Sum of RGB (Red+Green+Blue) = 7+183+141=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #07B78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B78D is #F84872. Grayscale: #7D7D7D. Windows color (decimal): -16271475 or 9287431. OLE color: 9287431.
HSL color Cylindrical-coordinate representation of color #07B78D: hue angle of 165.68º 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 #07B78D is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 141 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.28 |
| HSL | 165.68º | 0.93% | 0.37% | - |
| HSV(B) | 165.68º | 0.96% | 0.72% | - |
| XYZ | 21.83 | 35.84 | 30.97 | - |
| YUV | 125.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 141 | 0.96 | 0 | 0.23 | 0.28 | 165.68 | 0.93 | 0.37 |
| Hex | 7 | B7 | 8D | 60 | 0 | 17 | 1C | A6 | 5D | 25 |
| Octal | 7 | 267 | 215 | 140 | 0 | 27 | 34 | 246 | 135 | 45 |
| Binary | 111 | 10110111 | 10001101 | 1100000 | 0 | 10111 | 11100 | 10100110 | 1011101 | 100101 |
Color Harmonies of #07B78D
Complementary color
Monochromatic Colors of #07B78D
Black with #07B78D
Text Example
Text Example
White with #07B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B78D; }
p { color: rgb(7,183,141); }
H1.HeaderClassName
{
color: #07B78D;
}
.AnyTagClassName
{
color: #07B78D;
}
</style>
background-color css
<style>
a { background-color: #07B78D; }
a { background-color: rgb(7,183,141); }
div.DivClassName
{
background-color: #07B78D;
}
.BgClassName
{
background-color: #07B78D;
}
</style>
border-color css
<style>
span { border-color: #07B78D; }
span { border-color: rgb(7,183,141); }
td.TdClassName
{
border-color: #07B78D;
}
.TagClassName
{
border-color: #07B78D;
}
</style>