Shades of Dark Spring Green #10753C
Tints of Dark Spring Green #10753C
RGB
CMYK
RGB Variations
Color information
#10753C (or 0x10753C) is known color: Dark Spring Green. HEX triplet: 10, 75 and 3C. RGB value is (16,117,60). Sum of RGB (Red+Green+Blue) = 16+117+60=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #10753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10753C is #EF8AC3. Grayscale: #505050. Windows color (decimal): -15698628 or 3962128. OLE color: 3962128.
HSL color Cylindrical-coordinate representation of color #10753C: hue angle of 146.14º 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 #10753C is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 60 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.54 |
| HSL | 146.14º | 0.76% | 0.26% | - |
| HSV(B) | 146.14º | 0.86% | 0.46% | - |
| XYZ | 7.39 | 13.16 | 6.43 | - |
| YUV | 80.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 60 | 0.86 | 0 | 0.49 | 0.54 | 146.14 | 0.76 | 0.26 |
| Hex | 10 | 75 | 3C | 56 | 0 | 31 | 36 | 92 | 4C | 1A |
| Octal | 20 | 165 | 74 | 126 | 0 | 61 | 66 | 222 | 114 | 32 |
| Binary | 10000 | 1110101 | 111100 | 1010110 | 0 | 110001 | 110110 | 10010010 | 1001100 | 11010 |
Color Harmonies of #10753C
Complementary color
Monochromatic Colors of #10753C
Black with #10753C
Text Example
Text Example
White with #10753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10753C; }
p { color: rgb(16,117,60); }
H1.HeaderClassName
{
color: #10753C;
}
.AnyTagClassName
{
color: #10753C;
}
</style>
background-color css
<style>
a { background-color: #10753C; }
a { background-color: rgb(16,117,60); }
div.DivClassName
{
background-color: #10753C;
}
.BgClassName
{
background-color: #10753C;
}
</style>
border-color css
<style>
span { border-color: #10753C; }
span { border-color: rgb(16,117,60); }
td.TdClassName
{
border-color: #10753C;
}
.TagClassName
{
border-color: #10753C;
}
</style>