Shades of Jewel #0F604C
Tints of Jewel #0F604C
RGB
CMYK
RGB Variations
Color information
#0F604C (or 0x0F604C) is known color: Jewel. HEX triplet: 0F, 60 and 4C. RGB value is (15,96,76). Sum of RGB (Red+Green+Blue) = 15+96+76=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #0F604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F604C is #F09FB3. Grayscale: #454545. Windows color (decimal): -15769524 or 5005327. OLE color: 5005327.
HSL color Cylindrical-coordinate representation of color #0F604C: hue angle of 165.19º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F604C is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 76 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.62 |
| HSL | 165.19º | 0.73% | 0.22% | - |
| HSV(B) | 165.19º | 0.84% | 0.38% | - |
| XYZ | 5.68 | 8.99 | 8.27 | - |
| YUV | 69.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 76 | 0.84 | 0 | 0.21 | 0.62 | 165.19 | 0.73 | 0.22 |
| Hex | F | 60 | 4C | 54 | 0 | 15 | 3E | A5 | 49 | 16 |
| Octal | 17 | 140 | 114 | 124 | 0 | 25 | 76 | 245 | 111 | 26 |
| Binary | 1111 | 1100000 | 1001100 | 1010100 | 0 | 10101 | 111110 | 10100101 | 1001001 | 10110 |
Color Harmonies of #0F604C
Complementary color
Monochromatic Colors of #0F604C
Black with #0F604C
Text Example
Text Example
White with #0F604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F604C; }
p { color: rgb(15,96,76); }
H1.HeaderClassName
{
color: #0F604C;
}
.AnyTagClassName
{
color: #0F604C;
}
</style>
background-color css
<style>
a { background-color: #0F604C; }
a { background-color: rgb(15,96,76); }
div.DivClassName
{
background-color: #0F604C;
}
.BgClassName
{
background-color: #0F604C;
}
</style>
border-color css
<style>
span { border-color: #0F604C; }
span { border-color: rgb(15,96,76); }
td.TdClassName
{
border-color: #0F604C;
}
.TagClassName
{
border-color: #0F604C;
}
</style>