Shades of Dark Spring Green #0B753C
Tints of Dark Spring Green #0B753C
RGB
CMYK
RGB Variations
Color information
#0B753C (or 0x0B753C) is known color: Dark Spring Green. HEX triplet: 0B, 75 and 3C. RGB value is (11,117,60). Sum of RGB (Red+Green+Blue) = 11+117+60=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #0B753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B753C is #F48AC3. Grayscale: #4E4E4E. Windows color (decimal): -16026308 or 3962123. OLE color: 3962123.
HSL color Cylindrical-coordinate representation of color #0B753C: hue angle of 147.74º 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 #0B753C is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 60 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.54 |
| HSL | 147.74º | 0.83% | 0.25% | - |
| HSV(B) | 147.74º | 0.91% | 0.46% | - |
| XYZ | 7.31 | 13.12 | 6.42 | - |
| YUV | 78.81 | 117.38 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 60 | 0.91 | 0 | 0.49 | 0.54 | 147.74 | 0.83 | 0.25 |
| Hex | B | 75 | 3C | 5B | 0 | 31 | 36 | 94 | 53 | 19 |
| Octal | 13 | 165 | 74 | 133 | 0 | 61 | 66 | 224 | 123 | 31 |
| Binary | 1011 | 1110101 | 111100 | 1011011 | 0 | 110001 | 110110 | 10010100 | 1010011 | 11001 |
Color Harmonies of #0B753C
Complementary color
Monochromatic Colors of #0B753C
Black with #0B753C
Text Example
Text Example
White with #0B753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B753C; }
p { color: rgb(11,117,60); }
H1.HeaderClassName
{
color: #0B753C;
}
.AnyTagClassName
{
color: #0B753C;
}
</style>
background-color css
<style>
a { background-color: #0B753C; }
a { background-color: rgb(11,117,60); }
div.DivClassName
{
background-color: #0B753C;
}
.BgClassName
{
background-color: #0B753C;
}
</style>
border-color css
<style>
span { border-color: #0B753C; }
span { border-color: rgb(11,117,60); }
td.TdClassName
{
border-color: #0B753C;
}
.TagClassName
{
border-color: #0B753C;
}
</style>