Shades of Jade #07BC68
Tints of Jade #07BC68
RGB
CMYK
RGB Variations
Color information
#07BC68 (or 0x07BC68) is known color: Jade. HEX triplet: 07, BC and 68. RGB value is (7,188,104). Sum of RGB (Red+Green+Blue) = 7+188+104=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC68 is #F84397. Grayscale: #7C7C7C. Windows color (decimal): -16270232 or 6863879. OLE color: 6863879.
HSL color Cylindrical-coordinate representation of color #07BC68: hue angle of 152.15º 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 #07BC68 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 104 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.26 |
| HSL | 152.15º | 0.93% | 0.38% | - |
| HSV(B) | 152.15º | 0.96% | 0.74% | - |
| XYZ | 20.57 | 37.01 | 19.16 | - |
| YUV | 124.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 104 | 0.96 | 0 | 0.45 | 0.26 | 152.15 | 0.93 | 0.38 |
| Hex | 7 | BC | 68 | 60 | 0 | 2D | 1A | 98 | 5D | 26 |
| Octal | 7 | 274 | 150 | 140 | 0 | 55 | 32 | 230 | 135 | 46 |
| Binary | 111 | 10111100 | 1101000 | 1100000 | 0 | 101101 | 11010 | 10011000 | 1011101 | 100110 |
Color Harmonies of #07BC68
Complementary color
Monochromatic Colors of #07BC68
Black with #07BC68
Text Example
Text Example
White with #07BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC68; }
p { color: rgb(7,188,104); }
H1.HeaderClassName
{
color: #07BC68;
}
.AnyTagClassName
{
color: #07BC68;
}
</style>
background-color css
<style>
a { background-color: #07BC68; }
a { background-color: rgb(7,188,104); }
div.DivClassName
{
background-color: #07BC68;
}
.BgClassName
{
background-color: #07BC68;
}
</style>
border-color css
<style>
span { border-color: #07BC68; }
span { border-color: rgb(7,188,104); }
td.TdClassName
{
border-color: #07BC68;
}
.TagClassName
{
border-color: #07BC68;
}
</style>