Shades of Green #0B751A
Tints of Green #0B751A
RGB
CMYK
RGB Variations
Color information
#0B751A (or 0x0B751A) is known color: Green. HEX triplet: 0B, 75 and 1A. RGB value is (11,117,26). Sum of RGB (Red+Green+Blue) = 11+117+26=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #0B751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B751A is #F48AE5. Grayscale: #4B4B4B. Windows color (decimal): -16026342 or 1733899. OLE color: 1733899.
HSL color Cylindrical-coordinate representation of color #0B751A: hue angle of 128.49º 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 #0B751A is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 26 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.54 |
| HSL | 128.49º | 0.83% | 0.25% | - |
| HSV(B) | 128.49º | 0.91% | 0.46% | - |
| XYZ | 6.69 | 12.87 | 3.11 | - |
| YUV | 74.93 | 100.38 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 26 | 0.91 | 0 | 0.78 | 0.54 | 128.49 | 0.83 | 0.25 |
| Hex | B | 75 | 1A | 5B | 0 | 4E | 36 | 80 | 53 | 19 |
| Octal | 13 | 165 | 32 | 133 | 0 | 116 | 66 | 200 | 123 | 31 |
| Binary | 1011 | 1110101 | 11010 | 1011011 | 0 | 1001110 | 110110 | 10000000 | 1010011 | 11001 |
Color Harmonies of #0B751A
Complementary color
Monochromatic Colors of #0B751A
Black with #0B751A
Text Example
Text Example
White with #0B751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B751A; }
p { color: rgb(11,117,26); }
H1.HeaderClassName
{
color: #0B751A;
}
.AnyTagClassName
{
color: #0B751A;
}
</style>
background-color css
<style>
a { background-color: #0B751A; }
a { background-color: rgb(11,117,26); }
div.DivClassName
{
background-color: #0B751A;
}
.BgClassName
{
background-color: #0B751A;
}
</style>
border-color css
<style>
span { border-color: #0B751A; }
span { border-color: rgb(11,117,26); }
td.TdClassName
{
border-color: #0B751A;
}
.TagClassName
{
border-color: #0B751A;
}
</style>