Shades of Jewel #0B653F
Tints of Jewel #0B653F
RGB
CMYK
RGB Variations
Color information
#0B653F (or 0x0B653F) is known color: Jewel. HEX triplet: 0B, 65 and 3F. RGB value is (11,101,63). Sum of RGB (Red+Green+Blue) = 11+101+63=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #0B653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B653F is #F49AC0. Grayscale: #454545. Windows color (decimal): -16030401 or 4154635. OLE color: 4154635.
HSL color Cylindrical-coordinate representation of color #0B653F: hue angle of 154.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B653F is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 63 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.60 |
| HSL | 154.67º | 0.8% | 0.22% | - |
| HSV(B) | 154.67º | 0.89% | 0.4% | - |
| XYZ | 5.69 | 9.74 | 6.28 | - |
| YUV | 69.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 63 | 0.89 | 0 | 0.38 | 0.60 | 154.67 | 0.8 | 0.22 |
| Hex | B | 65 | 3F | 59 | 0 | 26 | 3C | 9B | 50 | 16 |
| Octal | 13 | 145 | 77 | 131 | 0 | 46 | 74 | 233 | 120 | 26 |
| Binary | 1011 | 1100101 | 111111 | 1011001 | 0 | 100110 | 111100 | 10011011 | 1010000 | 10110 |
Color Harmonies of #0B653F
Complementary color
Monochromatic Colors of #0B653F
Black with #0B653F
Text Example
Text Example
White with #0B653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B653F; }
p { color: rgb(11,101,63); }
H1.HeaderClassName
{
color: #0B653F;
}
.AnyTagClassName
{
color: #0B653F;
}
</style>
background-color css
<style>
a { background-color: #0B653F; }
a { background-color: rgb(11,101,63); }
div.DivClassName
{
background-color: #0B653F;
}
.BgClassName
{
background-color: #0B653F;
}
</style>
border-color css
<style>
span { border-color: #0B653F; }
span { border-color: rgb(11,101,63); }
td.TdClassName
{
border-color: #0B653F;
}
.TagClassName
{
border-color: #0B653F;
}
</style>