Shades of Green #0B6502
Tints of Green #0B6502
RGB
CMYK
RGB Variations
Color information
#0B6502 (or 0x0B6502) is known color: Green. HEX triplet: 0B, 65 and 02. RGB value is (11,101,2). Sum of RGB (Red+Green+Blue) = 11+101+2=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 101 (39.84% from 255 or 88.60% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 101 - color contains mainly: green. Hex color #0B6502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6502 is #F49AFD. Grayscale: #3F3F3F. Windows color (decimal): -16030462 or 156939. OLE color: 156939.
HSL color Cylindrical-coordinate representation of color #0B6502: hue angle of 114.55º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B6502 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 2 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.60 |
| HSL | 114.55º | 0.96% | 0.2% | - |
| HSV(B) | 114.55º | 0.98% | 0.4% | - |
| XYZ | 4.8 | 9.38 | 1.62 | - |
| YUV | 62.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 2 | 0.89 | 0 | 0.98 | 0.60 | 114.55 | 0.96 | 0.2 |
| Hex | B | 65 | 2 | 59 | 0 | 62 | 3C | 73 | 60 | 14 |
| Octal | 13 | 145 | 2 | 131 | 0 | 142 | 74 | 163 | 140 | 24 |
| Binary | 1011 | 1100101 | 10 | 1011001 | 0 | 1100010 | 111100 | 1110011 | 1100000 | 10100 |
Color Harmonies of #0B6502
Complementary color
Monochromatic Colors of #0B6502
Black with #0B6502
Text Example
Text Example
White with #0B6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6502; }
p { color: rgb(11,101,2); }
H1.HeaderClassName
{
color: #0B6502;
}
.AnyTagClassName
{
color: #0B6502;
}
</style>
background-color css
<style>
a { background-color: #0B6502; }
a { background-color: rgb(11,101,2); }
div.DivClassName
{
background-color: #0B6502;
}
.BgClassName
{
background-color: #0B6502;
}
</style>
border-color css
<style>
span { border-color: #0B6502; }
span { border-color: rgb(11,101,2); }
td.TdClassName
{
border-color: #0B6502;
}
.TagClassName
{
border-color: #0B6502;
}
</style>