Shades of Mountain Meadow #07B280
Tints of Mountain Meadow #07B280
RGB
CMYK
RGB Variations
Color information
#07B280 (or 0x07B280) is known color: Mountain Meadow. HEX triplet: 07, B2 and 80. RGB value is (7,178,128). Sum of RGB (Red+Green+Blue) = 7+178+128=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #07B280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B280 is #F84D7F. Grayscale: #797979. Windows color (decimal): -16272768 or 8434183. OLE color: 8434183.
HSL color Cylindrical-coordinate representation of color #07B280: hue angle of 162.46º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B280 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 128 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.30 |
| HSL | 162.46º | 0.92% | 0.36% | - |
| HSV(B) | 162.46º | 0.96% | 0.7% | - |
| XYZ | 19.9 | 33.44 | 25.83 | - |
| YUV | 121.17 | 131.85 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 128 | 0.96 | 0 | 0.28 | 0.30 | 162.46 | 0.92 | 0.36 |
| Hex | 7 | B2 | 80 | 60 | 0 | 1C | 1E | A2 | 5C | 24 |
| Octal | 7 | 262 | 200 | 140 | 0 | 34 | 36 | 242 | 134 | 44 |
| Binary | 111 | 10110010 | 10000000 | 1100000 | 0 | 11100 | 11110 | 10100010 | 1011100 | 100100 |
Color Harmonies of #07B280
Complementary color
Monochromatic Colors of #07B280
Black with #07B280
Text Example
Text Example
White with #07B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B280; }
p { color: rgb(7,178,128); }
H1.HeaderClassName
{
color: #07B280;
}
.AnyTagClassName
{
color: #07B280;
}
</style>
background-color css
<style>
a { background-color: #07B280; }
a { background-color: rgb(7,178,128); }
div.DivClassName
{
background-color: #07B280;
}
.BgClassName
{
background-color: #07B280;
}
</style>
border-color css
<style>
span { border-color: #07B280; }
span { border-color: rgb(7,178,128); }
td.TdClassName
{
border-color: #07B280;
}
.TagClassName
{
border-color: #07B280;
}
</style>