Shades of Pine Green #0B736E
Tints of Pine Green #0B736E
RGB
CMYK
RGB Variations
Color information
#0B736E (or 0x0B736E) is known color: Pine Green. HEX triplet: 0B, 73 and 6E. RGB value is (11,115,110). Sum of RGB (Red+Green+Blue) = 11+115+110=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #0B736E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B736E is #F48C91. Grayscale: #535353. Windows color (decimal): -16026770 or 7238411. OLE color: 7238411.
HSL color Cylindrical-coordinate representation of color #0B736E: hue angle of 177.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B736E is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 110 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.55 |
| HSL | 177.12º | 0.83% | 0.25% | - |
| HSV(B) | 177.12º | 0.9% | 0.45% | - |
| XYZ | 9.08 | 13.46 | 16.87 | - |
| YUV | 83.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 110 | 0.90 | 0 | 0.04 | 0.55 | 177.12 | 0.83 | 0.25 |
| Hex | B | 73 | 6E | 5A | 0 | 4 | 37 | B1 | 53 | 19 |
| Octal | 13 | 163 | 156 | 132 | 0 | 4 | 67 | 261 | 123 | 31 |
| Binary | 1011 | 1110011 | 1101110 | 1011010 | 0 | 100 | 110111 | 10110001 | 1010011 | 11001 |
Color Harmonies of #0B736E
Complementary color
Monochromatic Colors of #0B736E
Black with #0B736E
Text Example
Text Example
White with #0B736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B736E; }
p { color: rgb(11,115,110); }
H1.HeaderClassName
{
color: #0B736E;
}
.AnyTagClassName
{
color: #0B736E;
}
</style>
background-color css
<style>
a { background-color: #0B736E; }
a { background-color: rgb(11,115,110); }
div.DivClassName
{
background-color: #0B736E;
}
.BgClassName
{
background-color: #0B736E;
}
</style>
border-color css
<style>
span { border-color: #0B736E; }
span { border-color: rgb(11,115,110); }
td.TdClassName
{
border-color: #0B736E;
}
.TagClassName
{
border-color: #0B736E;
}
</style>