Shades of Dark Spring Green #0B763C
Tints of Dark Spring Green #0B763C
RGB
CMYK
RGB Variations
Color information
#0B763C (or 0x0B763C) is known color: Dark Spring Green. HEX triplet: 0B, 76 and 3C. RGB value is (11,118,60). Sum of RGB (Red+Green+Blue) = 11+118+60=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #0B763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B763C is #F489C3. Grayscale: #4F4F4F. Windows color (decimal): -16026052 or 3962379. OLE color: 3962379.
HSL color Cylindrical-coordinate representation of color #0B763C: hue angle of 147.48º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B763C is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 60 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.54 |
| HSL | 147.48º | 0.83% | 0.25% | - |
| HSV(B) | 147.48º | 0.91% | 0.46% | - |
| XYZ | 7.43 | 13.35 | 6.46 | - |
| YUV | 79.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 60 | 0.91 | 0 | 0.49 | 0.54 | 147.48 | 0.83 | 0.25 |
| Hex | B | 76 | 3C | 5B | 0 | 31 | 36 | 93 | 53 | 19 |
| Octal | 13 | 166 | 74 | 133 | 0 | 61 | 66 | 223 | 123 | 31 |
| Binary | 1011 | 1110110 | 111100 | 1011011 | 0 | 110001 | 110110 | 10010011 | 1010011 | 11001 |
Color Harmonies of #0B763C
Complementary color
Monochromatic Colors of #0B763C
Black with #0B763C
Text Example
Text Example
White with #0B763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B763C; }
p { color: rgb(11,118,60); }
H1.HeaderClassName
{
color: #0B763C;
}
.AnyTagClassName
{
color: #0B763C;
}
</style>
background-color css
<style>
a { background-color: #0B763C; }
a { background-color: rgb(11,118,60); }
div.DivClassName
{
background-color: #0B763C;
}
.BgClassName
{
background-color: #0B763C;
}
</style>
border-color css
<style>
span { border-color: #0B763C; }
span { border-color: rgb(11,118,60); }
td.TdClassName
{
border-color: #0B763C;
}
.TagClassName
{
border-color: #0B763C;
}
</style>