Shades of Jade #0FB762
Tints of Jade #0FB762
RGB
CMYK
RGB Variations
Color information
#0FB762 (or 0x0FB762) is known color: Jade. HEX triplet: 0F, B7 and 62. RGB value is (15,183,98). Sum of RGB (Red+Green+Blue) = 15+183+98=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB762 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB762 is #F0489D. Grayscale: #7B7B7B. Windows color (decimal): -15747230 or 6469391. OLE color: 6469391.
HSL color Cylindrical-coordinate representation of color #0FB762: hue angle of 149.64º 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 #0FB762 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 98 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.28 |
| HSL | 149.64º | 0.85% | 0.39% | - |
| HSV(B) | 149.64º | 0.92% | 0.72% | - |
| XYZ | 19.34 | 34.85 | 17.26 | - |
| YUV | 123.08 | 113.84 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 98 | 0.92 | 0 | 0.46 | 0.28 | 149.64 | 0.85 | 0.39 |
| Hex | F | B7 | 62 | 5C | 0 | 2E | 1C | 96 | 55 | 27 |
| Octal | 17 | 267 | 142 | 134 | 0 | 56 | 34 | 226 | 125 | 47 |
| Binary | 1111 | 10110111 | 1100010 | 1011100 | 0 | 101110 | 11100 | 10010110 | 1010101 | 100111 |
Color Harmonies of #0FB762
Complementary color
Monochromatic Colors of #0FB762
Black with #0FB762
Text Example
Text Example
White with #0FB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB762; }
p { color: rgb(15,183,98); }
H1.HeaderClassName
{
color: #0FB762;
}
.AnyTagClassName
{
color: #0FB762;
}
</style>
background-color css
<style>
a { background-color: #0FB762; }
a { background-color: rgb(15,183,98); }
div.DivClassName
{
background-color: #0FB762;
}
.BgClassName
{
background-color: #0FB762;
}
</style>
border-color css
<style>
span { border-color: #0FB762; }
span { border-color: rgb(15,183,98); }
td.TdClassName
{
border-color: #0FB762;
}
.TagClassName
{
border-color: #0FB762;
}
</style>