Shades of Jade #07BC64
Tints of Jade #07BC64
RGB
CMYK
RGB Variations
Color information
#07BC64 (or 0x07BC64) is known color: Jade. HEX triplet: 07, BC and 64. RGB value is (7,188,100). Sum of RGB (Red+Green+Blue) = 7+188+100=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC64 is #F8439B. Grayscale: #7C7C7C. Windows color (decimal): -16270236 or 6601735. OLE color: 6601735.
HSL color Cylindrical-coordinate representation of color #07BC64: hue angle of 150.83º 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 #07BC64 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 100 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.26 |
| HSL | 150.83º | 0.93% | 0.38% | - |
| HSV(B) | 150.83º | 0.96% | 0.74% | - |
| XYZ | 20.37 | 36.93 | 18.11 | - |
| YUV | 123.85 | 114.53 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 100 | 0.96 | 0 | 0.47 | 0.26 | 150.83 | 0.93 | 0.38 |
| Hex | 7 | BC | 64 | 60 | 0 | 2F | 1A | 97 | 5D | 26 |
| Octal | 7 | 274 | 144 | 140 | 0 | 57 | 32 | 227 | 135 | 46 |
| Binary | 111 | 10111100 | 1100100 | 1100000 | 0 | 101111 | 11010 | 10010111 | 1011101 | 100110 |
Color Harmonies of #07BC64
Complementary color
Monochromatic Colors of #07BC64
Black with #07BC64
Text Example
Text Example
White with #07BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC64; }
p { color: rgb(7,188,100); }
H1.HeaderClassName
{
color: #07BC64;
}
.AnyTagClassName
{
color: #07BC64;
}
</style>
background-color css
<style>
a { background-color: #07BC64; }
a { background-color: rgb(7,188,100); }
div.DivClassName
{
background-color: #07BC64;
}
.BgClassName
{
background-color: #07BC64;
}
</style>
border-color css
<style>
span { border-color: #07BC64; }
span { border-color: rgb(7,188,100); }
td.TdClassName
{
border-color: #07BC64;
}
.TagClassName
{
border-color: #07BC64;
}
</style>