Shades of Jade #0B9F69
Tints of Jade #0B9F69
RGB
CMYK
RGB Variations
Color information
#0B9F69 (or 0x0B9F69) is known color: Jade. HEX triplet: 0B, 9F and 69. RGB value is (11,159,105). Sum of RGB (Red+Green+Blue) = 11+159+105=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9F69 is #F46096. Grayscale: #6C6C6C. Windows color (decimal): -16015511 or 6921995. OLE color: 6921995.
HSL color Cylindrical-coordinate representation of color #0B9F69: hue angle of 158.11º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F69 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 159 | 105 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.38 |
| HSL | 158.11º | 0.87% | 0.33% | - |
| HSV(B) | 158.11º | 0.93% | 0.62% | - |
| XYZ | 15.09 | 25.89 | 17.57 | - |
| YUV | 108.59 | 125.97 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 105 | 0.93 | 0 | 0.34 | 0.38 | 158.11 | 0.87 | 0.33 |
| Hex | B | 9F | 69 | 5D | 0 | 22 | 26 | 9E | 57 | 21 |
| Octal | 13 | 237 | 151 | 135 | 0 | 42 | 46 | 236 | 127 | 41 |
| Binary | 1011 | 10011111 | 1101001 | 1011101 | 0 | 100010 | 100110 | 10011110 | 1010111 | 100001 |
Color Harmonies of #0B9F69
Complementary color
Monochromatic Colors of #0B9F69
Black with #0B9F69
Text Example
Text Example
White with #0B9F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9F69; }
p { color: rgb(11,159,105); }
H1.HeaderClassName
{
color: #0B9F69;
}
.AnyTagClassName
{
color: #0B9F69;
}
</style>
background-color css
<style>
a { background-color: #0B9F69; }
a { background-color: rgb(11,159,105); }
div.DivClassName
{
background-color: #0B9F69;
}
.BgClassName
{
background-color: #0B9F69;
}
</style>
border-color css
<style>
span { border-color: #0B9F69; }
span { border-color: rgb(11,159,105); }
td.TdClassName
{
border-color: #0B9F69;
}
.TagClassName
{
border-color: #0B9F69;
}
</style>