Shades of Jewel #0F634B
Tints of Jewel #0F634B
RGB
CMYK
RGB Variations
Color information
#0F634B (or 0x0F634B) is known color: Jewel. HEX triplet: 0F, 63 and 4B. RGB value is (15,99,75). Sum of RGB (Red+Green+Blue) = 15+99+75=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #0F634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F634B is #F09CB4. Grayscale: #474747. Windows color (decimal): -15768757 or 4940559. OLE color: 4940559.
HSL color Cylindrical-coordinate representation of color #0F634B: hue angle of 162.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F634B is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 99 | 75 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.61 |
| HSL | 162.86º | 0.74% | 0.22% | - |
| HSV(B) | 162.86º | 0.85% | 0.39% | - |
| XYZ | 5.93 | 9.53 | 8.18 | - |
| YUV | 71.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 75 | 0.85 | 0 | 0.24 | 0.61 | 162.86 | 0.74 | 0.22 |
| Hex | F | 63 | 4B | 55 | 0 | 18 | 3D | A3 | 4A | 16 |
| Octal | 17 | 143 | 113 | 125 | 0 | 30 | 75 | 243 | 112 | 26 |
| Binary | 1111 | 1100011 | 1001011 | 1010101 | 0 | 11000 | 111101 | 10100011 | 1001010 | 10110 |
Color Harmonies of #0F634B
Complementary color
Monochromatic Colors of #0F634B
Black with #0F634B
Text Example
Text Example
White with #0F634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F634B; }
p { color: rgb(15,99,75); }
H1.HeaderClassName
{
color: #0F634B;
}
.AnyTagClassName
{
color: #0F634B;
}
</style>
background-color css
<style>
a { background-color: #0F634B; }
a { background-color: rgb(15,99,75); }
div.DivClassName
{
background-color: #0F634B;
}
.BgClassName
{
background-color: #0F634B;
}
</style>
border-color css
<style>
span { border-color: #0F634B; }
span { border-color: rgb(15,99,75); }
td.TdClassName
{
border-color: #0F634B;
}
.TagClassName
{
border-color: #0F634B;
}
</style>