Shades of Green #0B6701
Tints of Green #0B6701
RGB
CMYK
RGB Variations
Color information
#0B6701 (or 0x0B6701) is known color: Green. HEX triplet: 0B, 67 and 01. RGB value is (11,103,1). Sum of RGB (Red+Green+Blue) = 11+103+1=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 103 (40.62% from 255 or 89.57% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 103 - color contains mainly: green. Hex color #0B6701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6701 is #F498FE. Grayscale: #404040. Windows color (decimal): -16029951 or 91915. OLE color: 91915.
HSL color Cylindrical-coordinate representation of color #0B6701: hue angle of 114.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B6701 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 103 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.60 |
| HSL | 114.12º | 0.98% | 0.2% | - |
| HSV(B) | 114.12º | 0.99% | 0.4% | - |
| XYZ | 4.99 | 9.77 | 1.65 | - |
| YUV | 63.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 1 | 0.89 | 0 | 0.99 | 0.60 | 114.12 | 0.98 | 0.2 |
| Hex | B | 67 | 1 | 59 | 0 | 63 | 3C | 72 | 62 | 14 |
| Octal | 13 | 147 | 1 | 131 | 0 | 143 | 74 | 162 | 142 | 24 |
| Binary | 1011 | 1100111 | 1 | 1011001 | 0 | 1100011 | 111100 | 1110010 | 1100010 | 10100 |
Color Harmonies of #0B6701
Complementary color
Monochromatic Colors of #0B6701
Black with #0B6701
Text Example
Text Example
White with #0B6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6701; }
p { color: rgb(11,103,1); }
H1.HeaderClassName
{
color: #0B6701;
}
.AnyTagClassName
{
color: #0B6701;
}
</style>
background-color css
<style>
a { background-color: #0B6701; }
a { background-color: rgb(11,103,1); }
div.DivClassName
{
background-color: #0B6701;
}
.BgClassName
{
background-color: #0B6701;
}
</style>
border-color css
<style>
span { border-color: #0B6701; }
span { border-color: rgb(11,103,1); }
td.TdClassName
{
border-color: #0B6701;
}
.TagClassName
{
border-color: #0B6701;
}
</style>