Shades of Dark Spring Green #0F7641
Tints of Dark Spring Green #0F7641
RGB
CMYK
RGB Variations
Color information
#0F7641 (or 0x0F7641) is known color: Dark Spring Green. HEX triplet: 0F, 76 and 41. RGB value is (15,118,65). Sum of RGB (Red+Green+Blue) = 15+118+65=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7641 is #F089BE. Grayscale: #515151. Windows color (decimal): -15763903 or 4290063. OLE color: 4290063.
HSL color Cylindrical-coordinate representation of color #0F7641: hue angle of 149.13º 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 #0F7641 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 65 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.54 |
| HSL | 149.13º | 0.77% | 0.26% | - |
| HSV(B) | 149.13º | 0.87% | 0.46% | - |
| XYZ | 7.63 | 13.44 | 7.19 | - |
| YUV | 81.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 65 | 0.87 | 0 | 0.45 | 0.54 | 149.13 | 0.77 | 0.26 |
| Hex | F | 76 | 41 | 57 | 0 | 2D | 36 | 95 | 4D | 1A |
| Octal | 17 | 166 | 101 | 127 | 0 | 55 | 66 | 225 | 115 | 32 |
| Binary | 1111 | 1110110 | 1000001 | 1010111 | 0 | 101101 | 110110 | 10010101 | 1001101 | 11010 |
Color Harmonies of #0F7641
Complementary color
Monochromatic Colors of #0F7641
Black with #0F7641
Text Example
Text Example
White with #0F7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7641; }
p { color: rgb(15,118,65); }
H1.HeaderClassName
{
color: #0F7641;
}
.AnyTagClassName
{
color: #0F7641;
}
</style>
background-color css
<style>
a { background-color: #0F7641; }
a { background-color: rgb(15,118,65); }
div.DivClassName
{
background-color: #0F7641;
}
.BgClassName
{
background-color: #0F7641;
}
</style>
border-color css
<style>
span { border-color: #0F7641; }
span { border-color: rgb(15,118,65); }
td.TdClassName
{
border-color: #0F7641;
}
.TagClassName
{
border-color: #0F7641;
}
</style>