Shades of Dark Spring Green #10763D
Tints of Dark Spring Green #10763D
RGB
CMYK
RGB Variations
Color information
#10763D (or 0x10763D) is known color: Dark Spring Green. HEX triplet: 10, 76 and 3D. RGB value is (16,118,61). Sum of RGB (Red+Green+Blue) = 16+118+61=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #10763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10763D is #EF89C2. Grayscale: #515151. Windows color (decimal): -15698371 or 4027920. OLE color: 4027920.
HSL color Cylindrical-coordinate representation of color #10763D: hue angle of 146.47º 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 #10763D is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 61 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.54 |
| HSL | 146.47º | 0.76% | 0.26% | - |
| HSV(B) | 146.47º | 0.86% | 0.46% | - |
| XYZ | 7.53 | 13.4 | 6.6 | - |
| YUV | 81 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 61 | 0.86 | 0 | 0.48 | 0.54 | 146.47 | 0.76 | 0.26 |
| Hex | 10 | 76 | 3D | 56 | 0 | 30 | 36 | 92 | 4C | 1A |
| Octal | 20 | 166 | 75 | 126 | 0 | 60 | 66 | 222 | 114 | 32 |
| Binary | 10000 | 1110110 | 111101 | 1010110 | 0 | 110000 | 110110 | 10010010 | 1001100 | 11010 |
Color Harmonies of #10763D
Complementary color
Monochromatic Colors of #10763D
Black with #10763D
Text Example
Text Example
White with #10763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10763D; }
p { color: rgb(16,118,61); }
H1.HeaderClassName
{
color: #10763D;
}
.AnyTagClassName
{
color: #10763D;
}
</style>
background-color css
<style>
a { background-color: #10763D; }
a { background-color: rgb(16,118,61); }
div.DivClassName
{
background-color: #10763D;
}
.BgClassName
{
background-color: #10763D;
}
</style>
border-color css
<style>
span { border-color: #10763D; }
span { border-color: rgb(16,118,61); }
td.TdClassName
{
border-color: #10763D;
}
.TagClassName
{
border-color: #10763D;
}
</style>