Shades of Dark Spring Green #0A783D
Tints of Dark Spring Green #0A783D
RGB
CMYK
RGB Variations
Color information
#0A783D (or 0x0A783D) is known color: Dark Spring Green. HEX triplet: 0A, 78 and 3D. RGB value is (10,120,61). Sum of RGB (Red+Green+Blue) = 10+120+61=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 120 (47.27% from 255 or 62.83% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 120 - color contains mainly: green. Hex color #0A783D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A783D is #F587C2. Grayscale: #505050. Windows color (decimal): -16091075 or 4028426. OLE color: 4028426.
HSL color Cylindrical-coordinate representation of color #0A783D: hue angle of 147.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A783D is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 61 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.53 |
| HSL | 147.82º | 0.85% | 0.25% | - |
| HSV(B) | 147.82º | 0.92% | 0.47% | - |
| XYZ | 7.68 | 13.83 | 6.68 | - |
| YUV | 80.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 61 | 0.92 | 0 | 0.49 | 0.53 | 147.82 | 0.85 | 0.25 |
| Hex | A | 78 | 3D | 5C | 0 | 31 | 35 | 94 | 55 | 19 |
| Octal | 12 | 170 | 75 | 134 | 0 | 61 | 65 | 224 | 125 | 31 |
| Binary | 1010 | 1111000 | 111101 | 1011100 | 0 | 110001 | 110101 | 10010100 | 1010101 | 11001 |
Color Harmonies of #0A783D
Complementary color
Monochromatic Colors of #0A783D
Black with #0A783D
Text Example
Text Example
White with #0A783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A783D; }
p { color: rgb(10,120,61); }
H1.HeaderClassName
{
color: #0A783D;
}
.AnyTagClassName
{
color: #0A783D;
}
</style>
background-color css
<style>
a { background-color: #0A783D; }
a { background-color: rgb(10,120,61); }
div.DivClassName
{
background-color: #0A783D;
}
.BgClassName
{
background-color: #0A783D;
}
</style>
border-color css
<style>
span { border-color: #0A783D; }
span { border-color: rgb(10,120,61); }
td.TdClassName
{
border-color: #0A783D;
}
.TagClassName
{
border-color: #0A783D;
}
</style>