Shades of Jade #0FB766
Tints of Jade #0FB766
RGB
CMYK
RGB Variations
Color information
#0FB766 (or 0x0FB766) is known color: Jade. HEX triplet: 0F, B7 and 66. RGB value is (15,183,102). Sum of RGB (Red+Green+Blue) = 15+183+102=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB766 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB766 is #F04899. Grayscale: #7B7B7B. Windows color (decimal): -15747226 or 6731535. OLE color: 6731535.
HSL color Cylindrical-coordinate representation of color #0FB766: hue angle of 151.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB766 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 102 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.28 |
| HSL | 151.07º | 0.85% | 0.39% | - |
| HSV(B) | 151.07º | 0.92% | 0.72% | - |
| XYZ | 19.53 | 34.93 | 18.28 | - |
| YUV | 123.53 | 115.84 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 102 | 0.92 | 0 | 0.44 | 0.28 | 151.07 | 0.85 | 0.39 |
| Hex | F | B7 | 66 | 5C | 0 | 2C | 1C | 97 | 55 | 27 |
| Octal | 17 | 267 | 146 | 134 | 0 | 54 | 34 | 227 | 125 | 47 |
| Binary | 1111 | 10110111 | 1100110 | 1011100 | 0 | 101100 | 11100 | 10010111 | 1010101 | 100111 |
Color Harmonies of #0FB766
Complementary color
Monochromatic Colors of #0FB766
Black with #0FB766
Text Example
Text Example
White with #0FB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB766; }
p { color: rgb(15,183,102); }
H1.HeaderClassName
{
color: #0FB766;
}
.AnyTagClassName
{
color: #0FB766;
}
</style>
background-color css
<style>
a { background-color: #0FB766; }
a { background-color: rgb(15,183,102); }
div.DivClassName
{
background-color: #0FB766;
}
.BgClassName
{
background-color: #0FB766;
}
</style>
border-color css
<style>
span { border-color: #0FB766; }
span { border-color: rgb(15,183,102); }
td.TdClassName
{
border-color: #0FB766;
}
.TagClassName
{
border-color: #0FB766;
}
</style>