Shades of Mountain Meadow #07B384
Tints of Mountain Meadow #07B384
RGB
CMYK
RGB Variations
Color information
#07B384 (or 0x07B384) is known color: Mountain Meadow. HEX triplet: 07, B3 and 84. RGB value is (7,179,132). Sum of RGB (Red+Green+Blue) = 7+179+132=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #07B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B384 is #F84C7B. Grayscale: #7A7A7A. Windows color (decimal): -16272508 or 8696583. OLE color: 8696583.
HSL color Cylindrical-coordinate representation of color #07B384: hue angle of 163.6º 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 #07B384 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 132 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.30 |
| HSL | 163.6º | 0.92% | 0.36% | - |
| HSV(B) | 163.6º | 0.96% | 0.7% | - |
| XYZ | 20.37 | 33.95 | 27.31 | - |
| YUV | 122.21 | 133.52 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 132 | 0.96 | 0 | 0.26 | 0.30 | 163.6 | 0.92 | 0.36 |
| Hex | 7 | B3 | 84 | 60 | 0 | 1A | 1E | A4 | 5C | 24 |
| Octal | 7 | 263 | 204 | 140 | 0 | 32 | 36 | 244 | 134 | 44 |
| Binary | 111 | 10110011 | 10000100 | 1100000 | 0 | 11010 | 11110 | 10100100 | 1011100 | 100100 |
Color Harmonies of #07B384
Complementary color
Monochromatic Colors of #07B384
Black with #07B384
Text Example
Text Example
White with #07B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B384; }
p { color: rgb(7,179,132); }
H1.HeaderClassName
{
color: #07B384;
}
.AnyTagClassName
{
color: #07B384;
}
</style>
background-color css
<style>
a { background-color: #07B384; }
a { background-color: rgb(7,179,132); }
div.DivClassName
{
background-color: #07B384;
}
.BgClassName
{
background-color: #07B384;
}
</style>
border-color css
<style>
span { border-color: #07B384; }
span { border-color: rgb(7,179,132); }
td.TdClassName
{
border-color: #07B384;
}
.TagClassName
{
border-color: #07B384;
}
</style>