Shades of Jade #07BF65
Tints of Jade #07BF65
RGB
CMYK
RGB Variations
Color information
#07BF65 (or 0x07BF65) is known color: Jade. HEX triplet: 07, BF and 65. RGB value is (7,191,101). Sum of RGB (Red+Green+Blue) = 7+191+101=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #07BF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BF65 is #F8409A. Grayscale: #7D7D7D. Windows color (decimal): -16269467 or 6668039. OLE color: 6668039.
HSL color Cylindrical-coordinate representation of color #07BF65: hue angle of 150.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BF65 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 191 | 101 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.25 |
| HSL | 150.65º | 0.93% | 0.39% | - |
| HSV(B) | 150.65º | 0.96% | 0.75% | - |
| XYZ | 21.07 | 38.25 | 18.58 | - |
| YUV | 125.72 | 114.04 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 101 | 0.96 | 0 | 0.47 | 0.25 | 150.65 | 0.93 | 0.39 |
| Hex | 7 | BF | 65 | 60 | 0 | 2F | 19 | 97 | 5D | 27 |
| Octal | 7 | 277 | 145 | 140 | 0 | 57 | 31 | 227 | 135 | 47 |
| Binary | 111 | 10111111 | 1100101 | 1100000 | 0 | 101111 | 11001 | 10010111 | 1011101 | 100111 |
Color Harmonies of #07BF65
Complementary color
Monochromatic Colors of #07BF65
Black with #07BF65
Text Example
Text Example
White with #07BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BF65; }
p { color: rgb(7,191,101); }
H1.HeaderClassName
{
color: #07BF65;
}
.AnyTagClassName
{
color: #07BF65;
}
</style>
background-color css
<style>
a { background-color: #07BF65; }
a { background-color: rgb(7,191,101); }
div.DivClassName
{
background-color: #07BF65;
}
.BgClassName
{
background-color: #07BF65;
}
</style>
border-color css
<style>
span { border-color: #07BF65; }
span { border-color: rgb(7,191,101); }
td.TdClassName
{
border-color: #07BF65;
}
.TagClassName
{
border-color: #07BF65;
}
</style>