Shades of Dark Spring Green #0A7542
Tints of Dark Spring Green #0A7542
RGB
CMYK
RGB Variations
Color information
#0A7542 (or 0x0A7542) is known color: Dark Spring Green. HEX triplet: 0A, 75 and 42. RGB value is (10,117,66). Sum of RGB (Red+Green+Blue) = 10+117+66=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7542 is #F58ABD. Grayscale: #4F4F4F. Windows color (decimal): -16091838 or 4355338. OLE color: 4355338.
HSL color Cylindrical-coordinate representation of color #0A7542: hue angle of 151.4º 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 #0A7542 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 66 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.54 |
| HSL | 151.4º | 0.84% | 0.25% | - |
| HSV(B) | 151.4º | 0.91% | 0.46% | - |
| XYZ | 7.47 | 13.18 | 7.3 | - |
| YUV | 79.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 66 | 0.91 | 0 | 0.44 | 0.54 | 151.4 | 0.84 | 0.25 |
| Hex | A | 75 | 42 | 5B | 0 | 2C | 36 | 97 | 54 | 19 |
| Octal | 12 | 165 | 102 | 133 | 0 | 54 | 66 | 227 | 124 | 31 |
| Binary | 1010 | 1110101 | 1000010 | 1011011 | 0 | 101100 | 110110 | 10010111 | 1010100 | 11001 |
Color Harmonies of #0A7542
Complementary color
Monochromatic Colors of #0A7542
Black with #0A7542
Text Example
Text Example
White with #0A7542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7542; }
p { color: rgb(10,117,66); }
H1.HeaderClassName
{
color: #0A7542;
}
.AnyTagClassName
{
color: #0A7542;
}
</style>
background-color css
<style>
a { background-color: #0A7542; }
a { background-color: rgb(10,117,66); }
div.DivClassName
{
background-color: #0A7542;
}
.BgClassName
{
background-color: #0A7542;
}
</style>
border-color css
<style>
span { border-color: #0A7542; }
span { border-color: rgb(10,117,66); }
td.TdClassName
{
border-color: #0A7542;
}
.TagClassName
{
border-color: #0A7542;
}
</style>