Shades of Jade #07BC6D
Tints of Jade #07BC6D
RGB
CMYK
RGB Variations
Color information
#07BC6D (or 0x07BC6D) is known color: Jade. HEX triplet: 07, BC and 6D. RGB value is (7,188,109). Sum of RGB (Red+Green+Blue) = 7+188+109=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC6D is #F84392. Grayscale: #7D7D7D. Windows color (decimal): -16270227 or 7191559. OLE color: 7191559.
HSL color Cylindrical-coordinate representation of color #07BC6D: hue angle of 153.81º 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 #07BC6D is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 109 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.26 |
| HSL | 153.81º | 0.93% | 0.38% | - |
| HSV(B) | 153.81º | 0.96% | 0.74% | - |
| XYZ | 20.83 | 37.12 | 20.53 | - |
| YUV | 124.88 | 119.03 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 109 | 0.96 | 0 | 0.42 | 0.26 | 153.81 | 0.93 | 0.38 |
| Hex | 7 | BC | 6D | 60 | 0 | 2A | 1A | 9A | 5D | 26 |
| Octal | 7 | 274 | 155 | 140 | 0 | 52 | 32 | 232 | 135 | 46 |
| Binary | 111 | 10111100 | 1101101 | 1100000 | 0 | 101010 | 11010 | 10011010 | 1011101 | 100110 |
Color Harmonies of #07BC6D
Complementary color
Monochromatic Colors of #07BC6D
Black with #07BC6D
Text Example
Text Example
White with #07BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC6D; }
p { color: rgb(7,188,109); }
H1.HeaderClassName
{
color: #07BC6D;
}
.AnyTagClassName
{
color: #07BC6D;
}
</style>
background-color css
<style>
a { background-color: #07BC6D; }
a { background-color: rgb(7,188,109); }
div.DivClassName
{
background-color: #07BC6D;
}
.BgClassName
{
background-color: #07BC6D;
}
</style>
border-color css
<style>
span { border-color: #07BC6D; }
span { border-color: rgb(7,188,109); }
td.TdClassName
{
border-color: #07BC6D;
}
.TagClassName
{
border-color: #07BC6D;
}
</style>