Shades of Jade #07B671
Tints of Jade #07B671
RGB
CMYK
RGB Variations
Color information
#07B671 (or 0x07B671) is known color: Jade. HEX triplet: 07, B6 and 71. RGB value is (7,182,113). Sum of RGB (Red+Green+Blue) = 7+182+113=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #07B671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B671 is #F8498E. Grayscale: #797979. Windows color (decimal): -16271759 or 7452167. OLE color: 7452167.
HSL color Cylindrical-coordinate representation of color #07B671: hue angle of 156.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B671 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 182 | 113 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.29 |
| HSL | 156.34º | 0.93% | 0.37% | - |
| HSV(B) | 156.34º | 0.96% | 0.71% | - |
| XYZ | 19.8 | 34.69 | 21.28 | - |
| YUV | 121.81 | 123.02 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 182 | 113 | 0.96 | 0 | 0.38 | 0.29 | 156.34 | 0.93 | 0.37 |
| Hex | 7 | B6 | 71 | 60 | 0 | 26 | 1D | 9C | 5D | 25 |
| Octal | 7 | 266 | 161 | 140 | 0 | 46 | 35 | 234 | 135 | 45 |
| Binary | 111 | 10110110 | 1110001 | 1100000 | 0 | 100110 | 11101 | 10011100 | 1011101 | 100101 |
Color Harmonies of #07B671
Complementary color
Monochromatic Colors of #07B671
Black with #07B671
Text Example
Text Example
White with #07B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B671; }
p { color: rgb(7,182,113); }
H1.HeaderClassName
{
color: #07B671;
}
.AnyTagClassName
{
color: #07B671;
}
</style>
background-color css
<style>
a { background-color: #07B671; }
a { background-color: rgb(7,182,113); }
div.DivClassName
{
background-color: #07B671;
}
.BgClassName
{
background-color: #07B671;
}
</style>
border-color css
<style>
span { border-color: #07B671; }
span { border-color: rgb(7,182,113); }
td.TdClassName
{
border-color: #07B671;
}
.TagClassName
{
border-color: #07B671;
}
</style>