Shades of Jade #07BD78
Tints of Jade #07BD78
RGB
CMYK
RGB Variations
Color information
#07BD78 (or 0x07BD78) is known color: Jade. HEX triplet: 07, BD and 78. RGB value is (7,189,120). Sum of RGB (Red+Green+Blue) = 7+189+120=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD78 is #F84287. Grayscale: #7E7E7E. Windows color (decimal): -16269960 or 7912711. OLE color: 7912711.
HSL color Cylindrical-coordinate representation of color #07BD78: hue angle of 157.25º 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 #07BD78 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 120 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.26 |
| HSL | 157.25º | 0.93% | 0.38% | - |
| HSV(B) | 157.25º | 0.96% | 0.74% | - |
| XYZ | 21.68 | 37.8 | 23.92 | - |
| YUV | 126.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 120 | 0.96 | 0 | 0.37 | 0.26 | 157.25 | 0.93 | 0.38 |
| Hex | 7 | BD | 78 | 60 | 0 | 25 | 1A | 9D | 5D | 26 |
| Octal | 7 | 275 | 170 | 140 | 0 | 45 | 32 | 235 | 135 | 46 |
| Binary | 111 | 10111101 | 1111000 | 1100000 | 0 | 100101 | 11010 | 10011101 | 1011101 | 100110 |
Color Harmonies of #07BD78
Complementary color
Monochromatic Colors of #07BD78
Black with #07BD78
Text Example
Text Example
White with #07BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD78; }
p { color: rgb(7,189,120); }
H1.HeaderClassName
{
color: #07BD78;
}
.AnyTagClassName
{
color: #07BD78;
}
</style>
background-color css
<style>
a { background-color: #07BD78; }
a { background-color: rgb(7,189,120); }
div.DivClassName
{
background-color: #07BD78;
}
.BgClassName
{
background-color: #07BD78;
}
</style>
border-color css
<style>
span { border-color: #07BD78; }
span { border-color: rgb(7,189,120); }
td.TdClassName
{
border-color: #07BD78;
}
.TagClassName
{
border-color: #07BD78;
}
</style>