Shades of Jade #07BB6B
Tints of Jade #07BB6B
RGB
CMYK
RGB Variations
Color information
#07BB6B (or 0x07BB6B) is known color: Jade. HEX triplet: 07, BB and 6B. RGB value is (7,187,107). Sum of RGB (Red+Green+Blue) = 7+187+107=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB6B is #F84494. Grayscale: #7C7C7C. Windows color (decimal): -16270485 or 7060231. OLE color: 7060231.
HSL color Cylindrical-coordinate representation of color #07BB6B: hue angle of 153.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 #07BB6B is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 107 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.27 |
| HSL | 153.33º | 0.93% | 0.38% | - |
| HSV(B) | 153.33º | 0.96% | 0.73% | - |
| XYZ | 20.51 | 36.65 | 19.9 | - |
| YUV | 124.06 | 118.37 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 107 | 0.96 | 0 | 0.43 | 0.27 | 153.33 | 0.93 | 0.38 |
| Hex | 7 | BB | 6B | 60 | 0 | 2B | 1B | 99 | 5D | 26 |
| Octal | 7 | 273 | 153 | 140 | 0 | 53 | 33 | 231 | 135 | 46 |
| Binary | 111 | 10111011 | 1101011 | 1100000 | 0 | 101011 | 11011 | 10011001 | 1011101 | 100110 |
Color Harmonies of #07BB6B
Complementary color
Monochromatic Colors of #07BB6B
Black with #07BB6B
Text Example
Text Example
White with #07BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB6B; }
p { color: rgb(7,187,107); }
H1.HeaderClassName
{
color: #07BB6B;
}
.AnyTagClassName
{
color: #07BB6B;
}
</style>
background-color css
<style>
a { background-color: #07BB6B; }
a { background-color: rgb(7,187,107); }
div.DivClassName
{
background-color: #07BB6B;
}
.BgClassName
{
background-color: #07BB6B;
}
</style>
border-color css
<style>
span { border-color: #07BB6B; }
span { border-color: rgb(7,187,107); }
td.TdClassName
{
border-color: #07BB6B;
}
.TagClassName
{
border-color: #07BB6B;
}
</style>