Shades of Jade #07BD76
Tints of Jade #07BD76
RGB
CMYK
RGB Variations
Color information
#07BD76 (or 0x07BD76) is known color: Jade. HEX triplet: 07, BD and 76. RGB value is (7,189,118). Sum of RGB (Red+Green+Blue) = 7+189+118=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD76 is #F84289. Grayscale: #7E7E7E. Windows color (decimal): -16269962 or 7781639. OLE color: 7781639.
HSL color Cylindrical-coordinate representation of color #07BD76: hue angle of 156.59º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD76 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 118 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.26 |
| HSL | 156.59º | 0.93% | 0.38% | - |
| HSV(B) | 156.59º | 0.96% | 0.74% | - |
| XYZ | 21.56 | 37.75 | 23.29 | - |
| YUV | 126.49 | 123.2 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 118 | 0.96 | 0 | 0.38 | 0.26 | 156.59 | 0.93 | 0.38 |
| Hex | 7 | BD | 76 | 60 | 0 | 26 | 1A | 9D | 5D | 26 |
| Octal | 7 | 275 | 166 | 140 | 0 | 46 | 32 | 235 | 135 | 46 |
| Binary | 111 | 10111101 | 1110110 | 1100000 | 0 | 100110 | 11010 | 10011101 | 1011101 | 100110 |
Color Harmonies of #07BD76
Complementary color
Monochromatic Colors of #07BD76
Black with #07BD76
Text Example
Text Example
White with #07BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD76; }
p { color: rgb(7,189,118); }
H1.HeaderClassName
{
color: #07BD76;
}
.AnyTagClassName
{
color: #07BD76;
}
</style>
background-color css
<style>
a { background-color: #07BD76; }
a { background-color: rgb(7,189,118); }
div.DivClassName
{
background-color: #07BD76;
}
.BgClassName
{
background-color: #07BD76;
}
</style>
border-color css
<style>
span { border-color: #07BD76; }
span { border-color: rgb(7,189,118); }
td.TdClassName
{
border-color: #07BD76;
}
.TagClassName
{
border-color: #07BD76;
}
</style>