Shades of Jewel #0B643F
Tints of Jewel #0B643F
RGB
CMYK
RGB Variations
Color information
#0B643F (or 0x0B643F) is known color: Jewel. HEX triplet: 0B, 64 and 3F. RGB value is (11,100,63). Sum of RGB (Red+Green+Blue) = 11+100+63=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #0B643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B643F is #F49BC0. Grayscale: #454545. Windows color (decimal): -16030657 or 4154379. OLE color: 4154379.
HSL color Cylindrical-coordinate representation of color #0B643F: hue angle of 155.06º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B643F is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 100 | 63 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.61 |
| HSL | 155.06º | 0.8% | 0.22% | - |
| HSV(B) | 155.06º | 0.89% | 0.39% | - |
| XYZ | 5.59 | 9.54 | 6.25 | - |
| YUV | 69.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 63 | 0.89 | 0 | 0.37 | 0.61 | 155.06 | 0.8 | 0.22 |
| Hex | B | 64 | 3F | 59 | 0 | 25 | 3D | 9B | 50 | 16 |
| Octal | 13 | 144 | 77 | 131 | 0 | 45 | 75 | 233 | 120 | 26 |
| Binary | 1011 | 1100100 | 111111 | 1011001 | 0 | 100101 | 111101 | 10011011 | 1010000 | 10110 |
Color Harmonies of #0B643F
Complementary color
Monochromatic Colors of #0B643F
Black with #0B643F
Text Example
Text Example
White with #0B643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B643F; }
p { color: rgb(11,100,63); }
H1.HeaderClassName
{
color: #0B643F;
}
.AnyTagClassName
{
color: #0B643F;
}
</style>
background-color css
<style>
a { background-color: #0B643F; }
a { background-color: rgb(11,100,63); }
div.DivClassName
{
background-color: #0B643F;
}
.BgClassName
{
background-color: #0B643F;
}
</style>
border-color css
<style>
span { border-color: #0B643F; }
span { border-color: rgb(11,100,63); }
td.TdClassName
{
border-color: #0B643F;
}
.TagClassName
{
border-color: #0B643F;
}
</style>