Shades of Mountain Meadow #07CB76
Tints of Mountain Meadow #07CB76
RGB
CMYK
RGB Variations
Color information
#07CB76 (or 0x07CB76) is known color: Mountain Meadow. HEX triplet: 07, CB and 76. RGB value is (7,203,118). Sum of RGB (Red+Green+Blue) = 7+203+118=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CB76 is #F83489. Grayscale: #868686. Windows color (decimal): -16266378 or 7785223. OLE color: 7785223.
HSL color Cylindrical-coordinate representation of color #07CB76: hue angle of 153.98º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB76 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 118 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.20 |
| HSL | 153.98º | 0.93% | 0.41% | - |
| HSV(B) | 153.98º | 0.97% | 0.8% | - |
| XYZ | 24.71 | 44.07 | 24.34 | - |
| YUV | 134.71 | 118.57 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 118 | 0.97 | 0 | 0.42 | 0.20 | 153.98 | 0.93 | 0.41 |
| Hex | 7 | CB | 76 | 61 | 0 | 2A | 14 | 9A | 5D | 29 |
| Octal | 7 | 313 | 166 | 141 | 0 | 52 | 24 | 232 | 135 | 51 |
| Binary | 111 | 11001011 | 1110110 | 1100001 | 0 | 101010 | 10100 | 10011010 | 1011101 | 101001 |
Color Harmonies of #07CB76
Complementary color
Monochromatic Colors of #07CB76
Black with #07CB76
Text Example
Text Example
White with #07CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB76; }
p { color: rgb(7,203,118); }
H1.HeaderClassName
{
color: #07CB76;
}
.AnyTagClassName
{
color: #07CB76;
}
</style>
background-color css
<style>
a { background-color: #07CB76; }
a { background-color: rgb(7,203,118); }
div.DivClassName
{
background-color: #07CB76;
}
.BgClassName
{
background-color: #07CB76;
}
</style>
border-color css
<style>
span { border-color: #07CB76; }
span { border-color: rgb(7,203,118); }
td.TdClassName
{
border-color: #07CB76;
}
.TagClassName
{
border-color: #07CB76;
}
</style>