Shades of Dark Spring Green #10773F
Tints of Dark Spring Green #10773F
RGB
CMYK
RGB Variations
Color information
#10773F (or 0x10773F) is known color: Dark Spring Green. HEX triplet: 10, 77 and 3F. RGB value is (16,119,63). Sum of RGB (Red+Green+Blue) = 16+119+63=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #10773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10773F is #EF88C0. Grayscale: #515151. Windows color (decimal): -15698113 or 4159248. OLE color: 4159248.
HSL color Cylindrical-coordinate representation of color #10773F: hue angle of 147.38º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10773F is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 63 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.53 |
| HSL | 147.38º | 0.76% | 0.26% | - |
| HSV(B) | 147.38º | 0.87% | 0.47% | - |
| XYZ | 7.71 | 13.66 | 6.93 | - |
| YUV | 81.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 63 | 0.87 | 0 | 0.47 | 0.53 | 147.38 | 0.76 | 0.26 |
| Hex | 10 | 77 | 3F | 57 | 0 | 2F | 35 | 93 | 4C | 1A |
| Octal | 20 | 167 | 77 | 127 | 0 | 57 | 65 | 223 | 114 | 32 |
| Binary | 10000 | 1110111 | 111111 | 1010111 | 0 | 101111 | 110101 | 10010011 | 1001100 | 11010 |
Color Harmonies of #10773F
Complementary color
Monochromatic Colors of #10773F
Black with #10773F
Text Example
Text Example
White with #10773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10773F; }
p { color: rgb(16,119,63); }
H1.HeaderClassName
{
color: #10773F;
}
.AnyTagClassName
{
color: #10773F;
}
</style>
background-color css
<style>
a { background-color: #10773F; }
a { background-color: rgb(16,119,63); }
div.DivClassName
{
background-color: #10773F;
}
.BgClassName
{
background-color: #10773F;
}
</style>
border-color css
<style>
span { border-color: #10773F; }
span { border-color: rgb(16,119,63); }
td.TdClassName
{
border-color: #10773F;
}
.TagClassName
{
border-color: #10773F;
}
</style>