Shades of Jewel #0B653D
Tints of Jewel #0B653D
RGB
CMYK
RGB Variations
Color information
#0B653D (or 0x0B653D) is known color: Jewel. HEX triplet: 0B, 65 and 3D. RGB value is (11,101,61). Sum of RGB (Red+Green+Blue) = 11+101+61=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #0B653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B653D is #F49AC2. Grayscale: #454545. Windows color (decimal): -16030403 or 4023563. OLE color: 4023563.
HSL color Cylindrical-coordinate representation of color #0B653D: hue angle of 153.33º 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 #0B653D is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 61 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.60 |
| HSL | 153.33º | 0.8% | 0.22% | - |
| HSV(B) | 153.33º | 0.89% | 0.4% | - |
| XYZ | 5.63 | 9.72 | 5.99 | - |
| YUV | 69.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 61 | 0.89 | 0 | 0.40 | 0.60 | 153.33 | 0.8 | 0.22 |
| Hex | B | 65 | 3D | 59 | 0 | 28 | 3C | 99 | 50 | 16 |
| Octal | 13 | 145 | 75 | 131 | 0 | 50 | 74 | 231 | 120 | 26 |
| Binary | 1011 | 1100101 | 111101 | 1011001 | 0 | 101000 | 111100 | 10011001 | 1010000 | 10110 |
Color Harmonies of #0B653D
Complementary color
Monochromatic Colors of #0B653D
Black with #0B653D
Text Example
Text Example
White with #0B653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B653D; }
p { color: rgb(11,101,61); }
H1.HeaderClassName
{
color: #0B653D;
}
.AnyTagClassName
{
color: #0B653D;
}
</style>
background-color css
<style>
a { background-color: #0B653D; }
a { background-color: rgb(11,101,61); }
div.DivClassName
{
background-color: #0B653D;
}
.BgClassName
{
background-color: #0B653D;
}
</style>
border-color css
<style>
span { border-color: #0B653D; }
span { border-color: rgb(11,101,61); }
td.TdClassName
{
border-color: #0B653D;
}
.TagClassName
{
border-color: #0B653D;
}
</style>