Shades of Jade #07B863
Tints of Jade #07B863
RGB
CMYK
RGB Variations
Color information
#07B863 (or 0x07B863) is known color: Jade. HEX triplet: 07, B8 and 63. RGB value is (7,184,99). Sum of RGB (Red+Green+Blue) = 7+184+99=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 184 (72.27% from 255 or 63.45% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 184 - color contains mainly: green. Hex color #07B863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B863 is #F8479C. Grayscale: #797979. Windows color (decimal): -16271261 or 6535175. OLE color: 6535175.
HSL color Cylindrical-coordinate representation of color #07B863: hue angle of 151.19º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B863 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 99 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.28 |
| HSL | 151.19º | 0.93% | 0.37% | - |
| HSV(B) | 151.19º | 0.96% | 0.72% | - |
| XYZ | 19.48 | 35.23 | 17.58 | - |
| YUV | 121.39 | 115.36 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 99 | 0.96 | 0 | 0.46 | 0.28 | 151.19 | 0.93 | 0.37 |
| Hex | 7 | B8 | 63 | 60 | 0 | 2E | 1C | 97 | 5D | 25 |
| Octal | 7 | 270 | 143 | 140 | 0 | 56 | 34 | 227 | 135 | 45 |
| Binary | 111 | 10111000 | 1100011 | 1100000 | 0 | 101110 | 11100 | 10010111 | 1011101 | 100101 |
Color Harmonies of #07B863
Complementary color
Monochromatic Colors of #07B863
Black with #07B863
Text Example
Text Example
White with #07B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B863; }
p { color: rgb(7,184,99); }
H1.HeaderClassName
{
color: #07B863;
}
.AnyTagClassName
{
color: #07B863;
}
</style>
background-color css
<style>
a { background-color: #07B863; }
a { background-color: rgb(7,184,99); }
div.DivClassName
{
background-color: #07B863;
}
.BgClassName
{
background-color: #07B863;
}
</style>
border-color css
<style>
span { border-color: #07B863; }
span { border-color: rgb(7,184,99); }
td.TdClassName
{
border-color: #07B863;
}
.TagClassName
{
border-color: #07B863;
}
</style>