Shades of Dark Spring Green #0F7647
Tints of Dark Spring Green #0F7647
RGB
CMYK
RGB Variations
Color information
#0F7647 (or 0x0F7647) is known color: Dark Spring Green. HEX triplet: 0F, 76 and 47. RGB value is (15,118,71). Sum of RGB (Red+Green+Blue) = 15+118+71=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7647 is #F089B8. Grayscale: #515151. Windows color (decimal): -15763897 or 4683279. OLE color: 4683279.
HSL color Cylindrical-coordinate representation of color #0F7647: hue angle of 152.62º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7647 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 71 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.54 |
| HSL | 152.62º | 0.77% | 0.26% | - |
| HSV(B) | 152.62º | 0.87% | 0.46% | - |
| XYZ | 7.81 | 13.51 | 8.16 | - |
| YUV | 81.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 71 | 0.87 | 0 | 0.40 | 0.54 | 152.62 | 0.77 | 0.26 |
| Hex | F | 76 | 47 | 57 | 0 | 28 | 36 | 99 | 4D | 1A |
| Octal | 17 | 166 | 107 | 127 | 0 | 50 | 66 | 231 | 115 | 32 |
| Binary | 1111 | 1110110 | 1000111 | 1010111 | 0 | 101000 | 110110 | 10011001 | 1001101 | 11010 |
Color Harmonies of #0F7647
Complementary color
Monochromatic Colors of #0F7647
Black with #0F7647
Text Example
Text Example
White with #0F7647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7647; }
p { color: rgb(15,118,71); }
H1.HeaderClassName
{
color: #0F7647;
}
.AnyTagClassName
{
color: #0F7647;
}
</style>
background-color css
<style>
a { background-color: #0F7647; }
a { background-color: rgb(15,118,71); }
div.DivClassName
{
background-color: #0F7647;
}
.BgClassName
{
background-color: #0F7647;
}
</style>
border-color css
<style>
span { border-color: #0F7647; }
span { border-color: rgb(15,118,71); }
td.TdClassName
{
border-color: #0F7647;
}
.TagClassName
{
border-color: #0F7647;
}
</style>