Shades of Dark Spring Green #10753F
Tints of Dark Spring Green #10753F
RGB
CMYK
RGB Variations
Color information
#10753F (or 0x10753F) is known color: Dark Spring Green. HEX triplet: 10, 75 and 3F. RGB value is (16,117,63). Sum of RGB (Red+Green+Blue) = 16+117+63=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #10753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10753F is #EF8AC0. Grayscale: #505050. Windows color (decimal): -15698625 or 4158736. OLE color: 4158736.
HSL color Cylindrical-coordinate representation of color #10753F: hue angle of 147.92º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10753F is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 63 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.54 |
| HSL | 147.92º | 0.76% | 0.26% | - |
| HSV(B) | 147.92º | 0.86% | 0.46% | - |
| XYZ | 7.47 | 13.19 | 6.86 | - |
| YUV | 80.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 63 | 0.86 | 0 | 0.46 | 0.54 | 147.92 | 0.76 | 0.26 |
| Hex | 10 | 75 | 3F | 56 | 0 | 2E | 36 | 94 | 4C | 1A |
| Octal | 20 | 165 | 77 | 126 | 0 | 56 | 66 | 224 | 114 | 32 |
| Binary | 10000 | 1110101 | 111111 | 1010110 | 0 | 101110 | 110110 | 10010100 | 1001100 | 11010 |
Color Harmonies of #10753F
Complementary color
Monochromatic Colors of #10753F
Black with #10753F
Text Example
Text Example
White with #10753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10753F; }
p { color: rgb(16,117,63); }
H1.HeaderClassName
{
color: #10753F;
}
.AnyTagClassName
{
color: #10753F;
}
</style>
background-color css
<style>
a { background-color: #10753F; }
a { background-color: rgb(16,117,63); }
div.DivClassName
{
background-color: #10753F;
}
.BgClassName
{
background-color: #10753F;
}
</style>
border-color css
<style>
span { border-color: #10753F; }
span { border-color: rgb(16,117,63); }
td.TdClassName
{
border-color: #10753F;
}
.TagClassName
{
border-color: #10753F;
}
</style>