Shades of Dark Spring Green #00763C
Tints of Dark Spring Green #00763C
RGB
CMYK
RGB Variations
Color information
#00763C (or 0x00763C) is known color: Dark Spring Green. HEX triplet: 00, 76 and 3C. RGB value is (0,118,60). Sum of RGB (Red+Green+Blue) = 0+118+60=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 118 (46.48% from 255 or 66.29% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 118 - color contains mainly: green. Hex color #00763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00763C is #FF89C3. Grayscale: #4C4C4C. Windows color (decimal): -16746948 or 3962368. OLE color: 3962368.
HSL color Cylindrical-coordinate representation of color #00763C: hue angle of 150.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00763C is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 60 | - |
| CMYK | 1 | 0 | 0.49 | 0.54 |
| HSL | 150.51º | 1% | 0.23% | - |
| HSV(B) | 150.51º | 1% | 0.46% | - |
| XYZ | 7.29 | 13.28 | 6.45 | - |
| YUV | 76.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 60 | 1 | 0 | 0.49 | 0.54 | 150.51 | 1 | 0.23 |
| Hex | 0 | 76 | 3C | 64 | 0 | 31 | 36 | 97 | 64 | 17 |
| Octal | 0 | 166 | 74 | 144 | 0 | 61 | 66 | 227 | 144 | 27 |
| Binary | 0 | 1110110 | 111100 | 1100100 | 0 | 110001 | 110110 | 10010111 | 1100100 | 10111 |
Color Harmonies of #00763C
Complementary color
Monochromatic Colors of #00763C
Black with #00763C
Text Example
Text Example
White with #00763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00763C; }
p { color: rgb(0,118,60); }
H1.HeaderClassName
{
color: #00763C;
}
.AnyTagClassName
{
color: #00763C;
}
</style>
background-color css
<style>
a { background-color: #00763C; }
a { background-color: rgb(0,118,60); }
div.DivClassName
{
background-color: #00763C;
}
.BgClassName
{
background-color: #00763C;
}
</style>
border-color css
<style>
span { border-color: #00763C; }
span { border-color: rgb(0,118,60); }
td.TdClassName
{
border-color: #00763C;
}
.TagClassName
{
border-color: #00763C;
}
</style>