Shades of Mountain Meadow #07CB7A
Tints of Mountain Meadow #07CB7A
RGB
CMYK
RGB Variations
Color information
#07CB7A (or 0x07CB7A) is known color: Mountain Meadow. HEX triplet: 07, CB and 7A. RGB value is (7,203,122). Sum of RGB (Red+Green+Blue) = 7+203+122=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CB7A is #F83485. Grayscale: #878787. Windows color (decimal): -16266374 or 8047367. OLE color: 8047367.
HSL color Cylindrical-coordinate representation of color #07CB7A: hue angle of 155.2º 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 #07CB7A is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 122 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.20 |
| HSL | 155.2º | 0.93% | 0.41% | - |
| HSV(B) | 155.2º | 0.97% | 0.8% | - |
| XYZ | 24.96 | 44.16 | 25.62 | - |
| YUV | 135.16 | 120.57 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 122 | 0.97 | 0 | 0.40 | 0.20 | 155.2 | 0.93 | 0.41 |
| Hex | 7 | CB | 7A | 61 | 0 | 28 | 14 | 9B | 5D | 29 |
| Octal | 7 | 313 | 172 | 141 | 0 | 50 | 24 | 233 | 135 | 51 |
| Binary | 111 | 11001011 | 1111010 | 1100001 | 0 | 101000 | 10100 | 10011011 | 1011101 | 101001 |
Color Harmonies of #07CB7A
Complementary color
Monochromatic Colors of #07CB7A
Black with #07CB7A
Text Example
Text Example
White with #07CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB7A; }
p { color: rgb(7,203,122); }
H1.HeaderClassName
{
color: #07CB7A;
}
.AnyTagClassName
{
color: #07CB7A;
}
</style>
background-color css
<style>
a { background-color: #07CB7A; }
a { background-color: rgb(7,203,122); }
div.DivClassName
{
background-color: #07CB7A;
}
.BgClassName
{
background-color: #07CB7A;
}
</style>
border-color css
<style>
span { border-color: #07CB7A; }
span { border-color: rgb(7,203,122); }
td.TdClassName
{
border-color: #07CB7A;
}
.TagClassName
{
border-color: #07CB7A;
}
</style>