Shades of Pine Green #0B6F72
Tints of Pine Green #0B6F72
RGB
CMYK
RGB Variations
Color information
#0B6F72 (or 0x0B6F72) is known color: Pine Green. HEX triplet: 0B, 6F and 72. RGB value is (11,111,114). Sum of RGB (Red+Green+Blue) = 11+111+114=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B6F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F72 is #F4908D. Grayscale: #515151. Windows color (decimal): -16027790 or 7499531. OLE color: 7499531.
HSL color Cylindrical-coordinate representation of color #0B6F72: hue angle of 181.75º degrees, saturation: 0.82, 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 #0B6F72 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 111 | 114 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.55 |
| HSL | 181.75º | 0.82% | 0.25% | - |
| HSV(B) | 181.75º | 0.9% | 0.45% | - |
| XYZ | 8.86 | 12.65 | 17.9 | - |
| YUV | 81.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 111 | 114 | 0.90 | 0.03 | 0 | 0.55 | 181.75 | 0.82 | 0.25 |
| Hex | B | 6F | 72 | 5A | 3 | 0 | 37 | B6 | 52 | 19 |
| Octal | 13 | 157 | 162 | 132 | 3 | 0 | 67 | 266 | 122 | 31 |
| Binary | 1011 | 1101111 | 1110010 | 1011010 | 11 | 0 | 110111 | 10110110 | 1010010 | 11001 |
Color Harmonies of #0B6F72
Complementary color
Monochromatic Colors of #0B6F72
Black with #0B6F72
Text Example
Text Example
White with #0B6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6F72; }
p { color: rgb(11,111,114); }
H1.HeaderClassName
{
color: #0B6F72;
}
.AnyTagClassName
{
color: #0B6F72;
}
</style>
background-color css
<style>
a { background-color: #0B6F72; }
a { background-color: rgb(11,111,114); }
div.DivClassName
{
background-color: #0B6F72;
}
.BgClassName
{
background-color: #0B6F72;
}
</style>
border-color css
<style>
span { border-color: #0B6F72; }
span { border-color: rgb(11,111,114); }
td.TdClassName
{
border-color: #0B6F72;
}
.TagClassName
{
border-color: #0B6F72;
}
</style>