Shades of Dark Spring Green #0A763C
Tints of Dark Spring Green #0A763C
RGB
CMYK
RGB Variations
Color information
#0A763C (or 0x0A763C) is known color: Dark Spring Green. HEX triplet: 0A, 76 and 3C. RGB value is (10,118,60). Sum of RGB (Red+Green+Blue) = 10+118+60=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #0A763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A763C is #F589C3. Grayscale: #4F4F4F. Windows color (decimal): -16091588 or 3962378. OLE color: 3962378.
HSL color Cylindrical-coordinate representation of color #0A763C: hue angle of 147.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A763C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 60 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.54 |
| HSL | 147.78º | 0.84% | 0.25% | - |
| HSV(B) | 147.78º | 0.92% | 0.46% | - |
| XYZ | 7.42 | 13.35 | 6.46 | - |
| YUV | 79.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 60 | 0.92 | 0 | 0.49 | 0.54 | 147.78 | 0.84 | 0.25 |
| Hex | A | 76 | 3C | 5C | 0 | 31 | 36 | 94 | 54 | 19 |
| Octal | 12 | 166 | 74 | 134 | 0 | 61 | 66 | 224 | 124 | 31 |
| Binary | 1010 | 1110110 | 111100 | 1011100 | 0 | 110001 | 110110 | 10010100 | 1010100 | 11001 |
Color Harmonies of #0A763C
Complementary color
Monochromatic Colors of #0A763C
Black with #0A763C
Text Example
Text Example
White with #0A763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A763C; }
p { color: rgb(10,118,60); }
H1.HeaderClassName
{
color: #0A763C;
}
.AnyTagClassName
{
color: #0A763C;
}
</style>
background-color css
<style>
a { background-color: #0A763C; }
a { background-color: rgb(10,118,60); }
div.DivClassName
{
background-color: #0A763C;
}
.BgClassName
{
background-color: #0A763C;
}
</style>
border-color css
<style>
span { border-color: #0A763C; }
span { border-color: rgb(10,118,60); }
td.TdClassName
{
border-color: #0A763C;
}
.TagClassName
{
border-color: #0A763C;
}
</style>