Shades of Dark Spring Green #0A783B
Tints of Dark Spring Green #0A783B
RGB
CMYK
RGB Variations
Color information
#0A783B (or 0x0A783B) is known color: Dark Spring Green. HEX triplet: 0A, 78 and 3B. RGB value is (10,120,59). Sum of RGB (Red+Green+Blue) = 10+120+59=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #0A783B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A783B is #F587C4. Grayscale: #505050. Windows color (decimal): -16091077 or 3897354. OLE color: 3897354.
HSL color Cylindrical-coordinate representation of color #0A783B: hue angle of 146.73º 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 #0A783B is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 59 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.53 |
| HSL | 146.73º | 0.85% | 0.25% | - |
| HSV(B) | 146.73º | 0.92% | 0.47% | - |
| XYZ | 7.63 | 13.81 | 6.4 | - |
| YUV | 80.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 59 | 0.92 | 0 | 0.51 | 0.53 | 146.73 | 0.85 | 0.25 |
| Hex | A | 78 | 3B | 5C | 0 | 33 | 35 | 93 | 55 | 19 |
| Octal | 12 | 170 | 73 | 134 | 0 | 63 | 65 | 223 | 125 | 31 |
| Binary | 1010 | 1111000 | 111011 | 1011100 | 0 | 110011 | 110101 | 10010011 | 1010101 | 11001 |
Color Harmonies of #0A783B
Complementary color
Monochromatic Colors of #0A783B
Black with #0A783B
Text Example
Text Example
White with #0A783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A783B; }
p { color: rgb(10,120,59); }
H1.HeaderClassName
{
color: #0A783B;
}
.AnyTagClassName
{
color: #0A783B;
}
</style>
background-color css
<style>
a { background-color: #0A783B; }
a { background-color: rgb(10,120,59); }
div.DivClassName
{
background-color: #0A783B;
}
.BgClassName
{
background-color: #0A783B;
}
</style>
border-color css
<style>
span { border-color: #0A783B; }
span { border-color: rgb(10,120,59); }
td.TdClassName
{
border-color: #0A783B;
}
.TagClassName
{
border-color: #0A783B;
}
</style>