Shades of Pine Green #0B7667
Tints of Pine Green #0B7667
RGB
CMYK
RGB Variations
Color information
#0B7667 (or 0x0B7667) is known color: Pine Green. HEX triplet: 0B, 76 and 67. RGB value is (11,118,103). Sum of RGB (Red+Green+Blue) = 11+118+103=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7667 is #F48998. Grayscale: #545454. Windows color (decimal): -16026009 or 6780427. OLE color: 6780427.
HSL color Cylindrical-coordinate representation of color #0B7667: hue angle of 171.59º 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 #0B7667 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 103 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.54 |
| HSL | 171.59º | 0.83% | 0.25% | - |
| HSV(B) | 171.59º | 0.91% | 0.46% | - |
| XYZ | 9.06 | 14.01 | 15.06 | - |
| YUV | 84.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 103 | 0.91 | 0 | 0.13 | 0.54 | 171.59 | 0.83 | 0.25 |
| Hex | B | 76 | 67 | 5B | 0 | D | 36 | AC | 53 | 19 |
| Octal | 13 | 166 | 147 | 133 | 0 | 15 | 66 | 254 | 123 | 31 |
| Binary | 1011 | 1110110 | 1100111 | 1011011 | 0 | 1101 | 110110 | 10101100 | 1010011 | 11001 |
Color Harmonies of #0B7667
Complementary color
Monochromatic Colors of #0B7667
Black with #0B7667
Text Example
Text Example
White with #0B7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7667; }
p { color: rgb(11,118,103); }
H1.HeaderClassName
{
color: #0B7667;
}
.AnyTagClassName
{
color: #0B7667;
}
</style>
background-color css
<style>
a { background-color: #0B7667; }
a { background-color: rgb(11,118,103); }
div.DivClassName
{
background-color: #0B7667;
}
.BgClassName
{
background-color: #0B7667;
}
</style>
border-color css
<style>
span { border-color: #0B7667; }
span { border-color: rgb(11,118,103); }
td.TdClassName
{
border-color: #0B7667;
}
.TagClassName
{
border-color: #0B7667;
}
</style>