Shades of Jade #07BB70
Tints of Jade #07BB70
RGB
CMYK
RGB Variations
Color information
#07BB70 (or 0x07BB70) is known color: Jade. HEX triplet: 07, BB and 70. RGB value is (7,187,112). Sum of RGB (Red+Green+Blue) = 7+187+112=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB70 is #F8448F. Grayscale: #7C7C7C. Windows color (decimal): -16270480 or 7387911. OLE color: 7387911.
HSL color Cylindrical-coordinate representation of color #07BB70: hue angle of 155º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB70 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 112 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.27 |
| HSL | 155º | 0.93% | 0.38% | - |
| HSV(B) | 155º | 0.96% | 0.73% | - |
| XYZ | 20.78 | 36.76 | 21.33 | - |
| YUV | 124.63 | 120.87 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 112 | 0.96 | 0 | 0.40 | 0.27 | 155 | 0.93 | 0.38 |
| Hex | 7 | BB | 70 | 60 | 0 | 28 | 1B | 9B | 5D | 26 |
| Octal | 7 | 273 | 160 | 140 | 0 | 50 | 33 | 233 | 135 | 46 |
| Binary | 111 | 10111011 | 1110000 | 1100000 | 0 | 101000 | 11011 | 10011011 | 1011101 | 100110 |
Color Harmonies of #07BB70
Complementary color
Monochromatic Colors of #07BB70
Black with #07BB70
Text Example
Text Example
White with #07BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB70; }
p { color: rgb(7,187,112); }
H1.HeaderClassName
{
color: #07BB70;
}
.AnyTagClassName
{
color: #07BB70;
}
</style>
background-color css
<style>
a { background-color: #07BB70; }
a { background-color: rgb(7,187,112); }
div.DivClassName
{
background-color: #07BB70;
}
.BgClassName
{
background-color: #07BB70;
}
</style>
border-color css
<style>
span { border-color: #07BB70; }
span { border-color: rgb(7,187,112); }
td.TdClassName
{
border-color: #07BB70;
}
.TagClassName
{
border-color: #07BB70;
}
</style>