Shades of Pine Green #0B7773
Tints of Pine Green #0B7773
RGB
CMYK
RGB Variations
Color information
#0B7773 (or 0x0B7773) is known color: Pine Green. HEX triplet: 0B, 77 and 73. RGB value is (11,119,115). Sum of RGB (Red+Green+Blue) = 11+119+115=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7773 is #F4888C. Grayscale: #565656. Windows color (decimal): -16025741 or 7567115. OLE color: 7567115.
HSL color Cylindrical-coordinate representation of color #0B7773: hue angle of 177.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7773 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 119 | 115 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.53 |
| HSL | 177.78º | 0.83% | 0.25% | - |
| HSV(B) | 177.78º | 0.91% | 0.47% | - |
| XYZ | 9.83 | 14.5 | 18.5 | - |
| YUV | 86.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 115 | 0.91 | 0 | 0.03 | 0.53 | 177.78 | 0.83 | 0.25 |
| Hex | B | 77 | 73 | 5B | 0 | 3 | 35 | B2 | 53 | 19 |
| Octal | 13 | 167 | 163 | 133 | 0 | 3 | 65 | 262 | 123 | 31 |
| Binary | 1011 | 1110111 | 1110011 | 1011011 | 0 | 11 | 110101 | 10110010 | 1010011 | 11001 |
Color Harmonies of #0B7773
Complementary color
Monochromatic Colors of #0B7773
Black with #0B7773
Text Example
Text Example
White with #0B7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7773; }
p { color: rgb(11,119,115); }
H1.HeaderClassName
{
color: #0B7773;
}
.AnyTagClassName
{
color: #0B7773;
}
</style>
background-color css
<style>
a { background-color: #0B7773; }
a { background-color: rgb(11,119,115); }
div.DivClassName
{
background-color: #0B7773;
}
.BgClassName
{
background-color: #0B7773;
}
</style>
border-color css
<style>
span { border-color: #0B7773; }
span { border-color: rgb(11,119,115); }
td.TdClassName
{
border-color: #0B7773;
}
.TagClassName
{
border-color: #0B7773;
}
</style>