Shades of Green #0B761C
Tints of Green #0B761C
RGB
CMYK
RGB Variations
Color information
#0B761C (or 0x0B761C) is known color: Green. HEX triplet: 0B, 76 and 1C. RGB value is (11,118,28). Sum of RGB (Red+Green+Blue) = 11+118+28=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #0B761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B761C is #F489E3. Grayscale: #4B4B4B. Windows color (decimal): -16026084 or 1865227. OLE color: 1865227.
HSL color Cylindrical-coordinate representation of color #0B761C: hue angle of 129.53º 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 #0B761C is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 28 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.54 |
| HSL | 129.53º | 0.83% | 0.25% | - |
| HSV(B) | 129.53º | 0.91% | 0.46% | - |
| XYZ | 6.83 | 13.11 | 3.27 | - |
| YUV | 75.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 28 | 0.91 | 0 | 0.76 | 0.54 | 129.53 | 0.83 | 0.25 |
| Hex | B | 76 | 1C | 5B | 0 | 4C | 36 | 82 | 53 | 19 |
| Octal | 13 | 166 | 34 | 133 | 0 | 114 | 66 | 202 | 123 | 31 |
| Binary | 1011 | 1110110 | 11100 | 1011011 | 0 | 1001100 | 110110 | 10000010 | 1010011 | 11001 |
Color Harmonies of #0B761C
Complementary color
Monochromatic Colors of #0B761C
Black with #0B761C
Text Example
Text Example
White with #0B761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B761C; }
p { color: rgb(11,118,28); }
H1.HeaderClassName
{
color: #0B761C;
}
.AnyTagClassName
{
color: #0B761C;
}
</style>
background-color css
<style>
a { background-color: #0B761C; }
a { background-color: rgb(11,118,28); }
div.DivClassName
{
background-color: #0B761C;
}
.BgClassName
{
background-color: #0B761C;
}
</style>
border-color css
<style>
span { border-color: #0B761C; }
span { border-color: rgb(11,118,28); }
td.TdClassName
{
border-color: #0B761C;
}
.TagClassName
{
border-color: #0B761C;
}
</style>