Shades of Dark Spring Green #0A7546
Tints of Dark Spring Green #0A7546
RGB
CMYK
RGB Variations
Color information
#0A7546 (or 0x0A7546) is known color: Dark Spring Green. HEX triplet: 0A, 75 and 46. RGB value is (10,117,70). Sum of RGB (Red+Green+Blue) = 10+117+70=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7546 is #F58AB9. Grayscale: #4F4F4F. Windows color (decimal): -16091834 or 4617482. OLE color: 4617482.
HSL color Cylindrical-coordinate representation of color #0A7546: hue angle of 153.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7546 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 70 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.54 |
| HSL | 153.64º | 0.84% | 0.25% | - |
| HSV(B) | 153.64º | 0.91% | 0.46% | - |
| XYZ | 7.59 | 13.23 | 7.95 | - |
| YUV | 79.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 70 | 0.91 | 0 | 0.40 | 0.54 | 153.64 | 0.84 | 0.25 |
| Hex | A | 75 | 46 | 5B | 0 | 28 | 36 | 9A | 54 | 19 |
| Octal | 12 | 165 | 106 | 133 | 0 | 50 | 66 | 232 | 124 | 31 |
| Binary | 1010 | 1110101 | 1000110 | 1011011 | 0 | 101000 | 110110 | 10011010 | 1010100 | 11001 |
Color Harmonies of #0A7546
Complementary color
Monochromatic Colors of #0A7546
Black with #0A7546
Text Example
Text Example
White with #0A7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7546; }
p { color: rgb(10,117,70); }
H1.HeaderClassName
{
color: #0A7546;
}
.AnyTagClassName
{
color: #0A7546;
}
</style>
background-color css
<style>
a { background-color: #0A7546; }
a { background-color: rgb(10,117,70); }
div.DivClassName
{
background-color: #0A7546;
}
.BgClassName
{
background-color: #0A7546;
}
</style>
border-color css
<style>
span { border-color: #0A7546; }
span { border-color: rgb(10,117,70); }
td.TdClassName
{
border-color: #0A7546;
}
.TagClassName
{
border-color: #0A7546;
}
</style>