Shades of Mountain Meadow #07B17D
Tints of Mountain Meadow #07B17D
RGB
CMYK
RGB Variations
Color information
#07B17D (or 0x07B17D) is known color: Mountain Meadow. HEX triplet: 07, B1 and 7D. RGB value is (7,177,125). Sum of RGB (Red+Green+Blue) = 7+177+125=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #07B17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B17D is #F84E82. Grayscale: #787878. Windows color (decimal): -16273027 or 8237319. OLE color: 8237319.
HSL color Cylindrical-coordinate representation of color #07B17D: hue angle of 161.65º 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 #07B17D is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 177 | 125 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.31 |
| HSL | 161.65º | 0.92% | 0.36% | - |
| HSV(B) | 161.65º | 0.96% | 0.69% | - |
| XYZ | 19.51 | 32.97 | 24.74 | - |
| YUV | 120.24 | 130.68 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 125 | 0.96 | 0 | 0.29 | 0.31 | 161.65 | 0.92 | 0.36 |
| Hex | 7 | B1 | 7D | 60 | 0 | 1D | 1F | A2 | 5C | 24 |
| Octal | 7 | 261 | 175 | 140 | 0 | 35 | 37 | 242 | 134 | 44 |
| Binary | 111 | 10110001 | 1111101 | 1100000 | 0 | 11101 | 11111 | 10100010 | 1011100 | 100100 |
Color Harmonies of #07B17D
Complementary color
Monochromatic Colors of #07B17D
Black with #07B17D
Text Example
Text Example
White with #07B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B17D; }
p { color: rgb(7,177,125); }
H1.HeaderClassName
{
color: #07B17D;
}
.AnyTagClassName
{
color: #07B17D;
}
</style>
background-color css
<style>
a { background-color: #07B17D; }
a { background-color: rgb(7,177,125); }
div.DivClassName
{
background-color: #07B17D;
}
.BgClassName
{
background-color: #07B17D;
}
</style>
border-color css
<style>
span { border-color: #07B17D; }
span { border-color: rgb(7,177,125); }
td.TdClassName
{
border-color: #07B17D;
}
.TagClassName
{
border-color: #07B17D;
}
</style>