Shades of Dark Spring Green #0B7B33
Tints of Dark Spring Green #0B7B33
RGB
CMYK
RGB Variations
Color information
#0B7B33 (or 0x0B7B33) is known color: Dark Spring Green. HEX triplet: 0B, 7B and 33. RGB value is (11,123,51). Sum of RGB (Red+Green+Blue) = 11+123+51=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7B33 is #F484CC. Grayscale: #515151. Windows color (decimal): -16024781 or 3373835. OLE color: 3373835.
HSL color Cylindrical-coordinate representation of color #0B7B33: hue angle of 141.43º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B33 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 123 | 51 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.52 |
| HSL | 141.43º | 0.84% | 0.26% | - |
| HSV(B) | 141.43º | 0.91% | 0.48% | - |
| XYZ | 7.82 | 14.48 | 5.51 | - |
| YUV | 81.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 51 | 0.91 | 0 | 0.59 | 0.52 | 141.43 | 0.84 | 0.26 |
| Hex | B | 7B | 33 | 5B | 0 | 3B | 34 | 8D | 54 | 1A |
| Octal | 13 | 173 | 63 | 133 | 0 | 73 | 64 | 215 | 124 | 32 |
| Binary | 1011 | 1111011 | 110011 | 1011011 | 0 | 111011 | 110100 | 10001101 | 1010100 | 11010 |
Color Harmonies of #0B7B33
Complementary color
Monochromatic Colors of #0B7B33
Black with #0B7B33
Text Example
Text Example
White with #0B7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7B33; }
p { color: rgb(11,123,51); }
H1.HeaderClassName
{
color: #0B7B33;
}
.AnyTagClassName
{
color: #0B7B33;
}
</style>
background-color css
<style>
a { background-color: #0B7B33; }
a { background-color: rgb(11,123,51); }
div.DivClassName
{
background-color: #0B7B33;
}
.BgClassName
{
background-color: #0B7B33;
}
</style>
border-color css
<style>
span { border-color: #0B7B33; }
span { border-color: rgb(11,123,51); }
td.TdClassName
{
border-color: #0B7B33;
}
.TagClassName
{
border-color: #0B7B33;
}
</style>