Shades of Jade #07BB65
Tints of Jade #07BB65
RGB
CMYK
RGB Variations
Color information
#07BB65 (or 0x07BB65) is known color: Jade. HEX triplet: 07, BB and 65. RGB value is (7,187,101). Sum of RGB (Red+Green+Blue) = 7+187+101=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB65 is #F8449A. Grayscale: #7B7B7B. Windows color (decimal): -16270491 or 6667015. OLE color: 6667015.
HSL color Cylindrical-coordinate representation of color #07BB65: hue angle of 151.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB65 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 101 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.27 |
| HSL | 151.33º | 0.93% | 0.38% | - |
| HSV(B) | 151.33º | 0.96% | 0.73% | - |
| XYZ | 20.21 | 36.53 | 18.3 | - |
| YUV | 123.38 | 115.37 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 101 | 0.96 | 0 | 0.46 | 0.27 | 151.33 | 0.93 | 0.38 |
| Hex | 7 | BB | 65 | 60 | 0 | 2E | 1B | 97 | 5D | 26 |
| Octal | 7 | 273 | 145 | 140 | 0 | 56 | 33 | 227 | 135 | 46 |
| Binary | 111 | 10111011 | 1100101 | 1100000 | 0 | 101110 | 11011 | 10010111 | 1011101 | 100110 |
Color Harmonies of #07BB65
Complementary color
Monochromatic Colors of #07BB65
Black with #07BB65
Text Example
Text Example
White with #07BB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB65; }
p { color: rgb(7,187,101); }
H1.HeaderClassName
{
color: #07BB65;
}
.AnyTagClassName
{
color: #07BB65;
}
</style>
background-color css
<style>
a { background-color: #07BB65; }
a { background-color: rgb(7,187,101); }
div.DivClassName
{
background-color: #07BB65;
}
.BgClassName
{
background-color: #07BB65;
}
</style>
border-color css
<style>
span { border-color: #07BB65; }
span { border-color: rgb(7,187,101); }
td.TdClassName
{
border-color: #07BB65;
}
.TagClassName
{
border-color: #07BB65;
}
</style>