Shades of Jade #07B773
Tints of Jade #07B773
RGB
CMYK
RGB Variations
Color information
#07B773 (or 0x07B773) is known color: Jade. HEX triplet: 07, B7 and 73. RGB value is (7,183,115). Sum of RGB (Red+Green+Blue) = 7+183+115=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #07B773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B773 is #F8488C. Grayscale: #7A7A7A. Windows color (decimal): -16271501 or 7583495. OLE color: 7583495.
HSL color Cylindrical-coordinate representation of color #07B773: hue angle of 156.82º 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 #07B773 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 115 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.28 |
| HSL | 156.82º | 0.93% | 0.37% | - |
| HSV(B) | 156.82º | 0.96% | 0.72% | - |
| XYZ | 20.12 | 35.15 | 21.94 | - |
| YUV | 122.62 | 123.69 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 115 | 0.96 | 0 | 0.37 | 0.28 | 156.82 | 0.93 | 0.37 |
| Hex | 7 | B7 | 73 | 60 | 0 | 25 | 1C | 9D | 5D | 25 |
| Octal | 7 | 267 | 163 | 140 | 0 | 45 | 34 | 235 | 135 | 45 |
| Binary | 111 | 10110111 | 1110011 | 1100000 | 0 | 100101 | 11100 | 10011101 | 1011101 | 100101 |
Color Harmonies of #07B773
Complementary color
Monochromatic Colors of #07B773
Black with #07B773
Text Example
Text Example
White with #07B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B773; }
p { color: rgb(7,183,115); }
H1.HeaderClassName
{
color: #07B773;
}
.AnyTagClassName
{
color: #07B773;
}
</style>
background-color css
<style>
a { background-color: #07B773; }
a { background-color: rgb(7,183,115); }
div.DivClassName
{
background-color: #07B773;
}
.BgClassName
{
background-color: #07B773;
}
</style>
border-color css
<style>
span { border-color: #07B773; }
span { border-color: rgb(7,183,115); }
td.TdClassName
{
border-color: #07B773;
}
.TagClassName
{
border-color: #07B773;
}
</style>