Shades of Pine Green #0B736A
Tints of Pine Green #0B736A
RGB
CMYK
RGB Variations
Color information
#0B736A (or 0x0B736A) is known color: Pine Green. HEX triplet: 0B, 73 and 6A. RGB value is (11,115,106). Sum of RGB (Red+Green+Blue) = 11+115+106=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #0B736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B736A is #F48C95. Grayscale: #525252. Windows color (decimal): -16026774 or 6976267. OLE color: 6976267.
HSL color Cylindrical-coordinate representation of color #0B736A: hue angle of 174.81º 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 #0B736A is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 106 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.55 |
| HSL | 174.81º | 0.83% | 0.25% | - |
| HSV(B) | 174.81º | 0.9% | 0.45% | - |
| XYZ | 8.87 | 13.37 | 15.75 | - |
| YUV | 82.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 106 | 0.90 | 0 | 0.08 | 0.55 | 174.81 | 0.83 | 0.25 |
| Hex | B | 73 | 6A | 5A | 0 | 8 | 37 | AF | 53 | 19 |
| Octal | 13 | 163 | 152 | 132 | 0 | 10 | 67 | 257 | 123 | 31 |
| Binary | 1011 | 1110011 | 1101010 | 1011010 | 0 | 1000 | 110111 | 10101111 | 1010011 | 11001 |
Color Harmonies of #0B736A
Complementary color
Monochromatic Colors of #0B736A
Black with #0B736A
Text Example
Text Example
White with #0B736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B736A; }
p { color: rgb(11,115,106); }
H1.HeaderClassName
{
color: #0B736A;
}
.AnyTagClassName
{
color: #0B736A;
}
</style>
background-color css
<style>
a { background-color: #0B736A; }
a { background-color: rgb(11,115,106); }
div.DivClassName
{
background-color: #0B736A;
}
.BgClassName
{
background-color: #0B736A;
}
</style>
border-color css
<style>
span { border-color: #0B736A; }
span { border-color: rgb(11,115,106); }
td.TdClassName
{
border-color: #0B736A;
}
.TagClassName
{
border-color: #0B736A;
}
</style>