Shades of Dark Spring Green #0F783C
Tints of Dark Spring Green #0F783C
RGB
CMYK
RGB Variations
Color information
#0F783C (or 0x0F783C) is known color: Dark Spring Green. HEX triplet: 0F, 78 and 3C. RGB value is (15,120,60). Sum of RGB (Red+Green+Blue) = 15+120+60=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #0F783C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F783C is #F087C3. Grayscale: #515151. Windows color (decimal): -15763396 or 3962895. OLE color: 3962895.
HSL color Cylindrical-coordinate representation of color #0F783C: hue angle of 145.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F783C is Cyan = 0.87, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 60 | - |
| CMYK | 0.87 | 0 | 0.5 | 0.53 |
| HSL | 145.71º | 0.78% | 0.26% | - |
| HSV(B) | 145.71º | 0.88% | 0.47% | - |
| XYZ | 7.73 | 13.86 | 6.54 | - |
| YUV | 81.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 60 | 0.87 | 0 | 0.5 | 0.53 | 145.71 | 0.78 | 0.26 |
| Hex | F | 78 | 3C | 57 | 0 | 32 | 35 | 92 | 4E | 1A |
| Octal | 17 | 170 | 74 | 127 | 0 | 62 | 65 | 222 | 116 | 32 |
| Binary | 1111 | 1111000 | 111100 | 1010111 | 0 | 110010 | 110101 | 10010010 | 1001110 | 11010 |
Color Harmonies of #0F783C
Complementary color
Monochromatic Colors of #0F783C
Black with #0F783C
Text Example
Text Example
White with #0F783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F783C; }
p { color: rgb(15,120,60); }
H1.HeaderClassName
{
color: #0F783C;
}
.AnyTagClassName
{
color: #0F783C;
}
</style>
background-color css
<style>
a { background-color: #0F783C; }
a { background-color: rgb(15,120,60); }
div.DivClassName
{
background-color: #0F783C;
}
.BgClassName
{
background-color: #0F783C;
}
</style>
border-color css
<style>
span { border-color: #0F783C; }
span { border-color: rgb(15,120,60); }
td.TdClassName
{
border-color: #0F783C;
}
.TagClassName
{
border-color: #0F783C;
}
</style>