Shades of Dark Spring Green #10763C
Tints of Dark Spring Green #10763C
RGB
CMYK
RGB Variations
Color information
#10763C (or 0x10763C) is known color: Dark Spring Green. HEX triplet: 10, 76 and 3C. RGB value is (16,118,60). Sum of RGB (Red+Green+Blue) = 16+118+60=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #10763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10763C is #EF89C3. Grayscale: #515151. Windows color (decimal): -15698372 or 3962384. OLE color: 3962384.
HSL color Cylindrical-coordinate representation of color #10763C: hue angle of 145.88º 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 #10763C is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 60 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.54 |
| HSL | 145.88º | 0.76% | 0.26% | - |
| HSV(B) | 145.88º | 0.86% | 0.46% | - |
| XYZ | 7.51 | 13.39 | 6.46 | - |
| YUV | 80.89 | 116.21 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 60 | 0.86 | 0 | 0.49 | 0.54 | 145.88 | 0.76 | 0.26 |
| Hex | 10 | 76 | 3C | 56 | 0 | 31 | 36 | 92 | 4C | 1A |
| Octal | 20 | 166 | 74 | 126 | 0 | 61 | 66 | 222 | 114 | 32 |
| Binary | 10000 | 1110110 | 111100 | 1010110 | 0 | 110001 | 110110 | 10010010 | 1001100 | 11010 |
Color Harmonies of #10763C
Complementary color
Monochromatic Colors of #10763C
Black with #10763C
Text Example
Text Example
White with #10763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10763C; }
p { color: rgb(16,118,60); }
H1.HeaderClassName
{
color: #10763C;
}
.AnyTagClassName
{
color: #10763C;
}
</style>
background-color css
<style>
a { background-color: #10763C; }
a { background-color: rgb(16,118,60); }
div.DivClassName
{
background-color: #10763C;
}
.BgClassName
{
background-color: #10763C;
}
</style>
border-color css
<style>
span { border-color: #10763C; }
span { border-color: rgb(16,118,60); }
td.TdClassName
{
border-color: #10763C;
}
.TagClassName
{
border-color: #10763C;
}
</style>