Shades of Dark Spring Green #10763B
Tints of Dark Spring Green #10763B
RGB
CMYK
RGB Variations
Color information
#10763B (or 0x10763B) is known color: Dark Spring Green. HEX triplet: 10, 76 and 3B. RGB value is (16,118,59). Sum of RGB (Red+Green+Blue) = 16+118+59=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #10763B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10763B is #EF89C4. Grayscale: #505050. Windows color (decimal): -15698373 or 3896848. OLE color: 3896848.
HSL color Cylindrical-coordinate representation of color #10763B: hue angle of 145.29º 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 #10763B is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 59 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.54 |
| HSL | 145.29º | 0.76% | 0.26% | - |
| HSV(B) | 145.29º | 0.86% | 0.46% | - |
| XYZ | 7.48 | 13.38 | 6.33 | - |
| YUV | 80.78 | 115.71 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 59 | 0.86 | 0 | 0.50 | 0.54 | 145.29 | 0.76 | 0.26 |
| Hex | 10 | 76 | 3B | 56 | 0 | 32 | 36 | 91 | 4C | 1A |
| Octal | 20 | 166 | 73 | 126 | 0 | 62 | 66 | 221 | 114 | 32 |
| Binary | 10000 | 1110110 | 111011 | 1010110 | 0 | 110010 | 110110 | 10010001 | 1001100 | 11010 |
Color Harmonies of #10763B
Complementary color
Monochromatic Colors of #10763B
Black with #10763B
Text Example
Text Example
White with #10763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10763B; }
p { color: rgb(16,118,59); }
H1.HeaderClassName
{
color: #10763B;
}
.AnyTagClassName
{
color: #10763B;
}
</style>
background-color css
<style>
a { background-color: #10763B; }
a { background-color: rgb(16,118,59); }
div.DivClassName
{
background-color: #10763B;
}
.BgClassName
{
background-color: #10763B;
}
</style>
border-color css
<style>
span { border-color: #10763B; }
span { border-color: rgb(16,118,59); }
td.TdClassName
{
border-color: #10763B;
}
.TagClassName
{
border-color: #10763B;
}
</style>