Shades of Green #0A761B
Tints of Green #0A761B
RGB
CMYK
RGB Variations
Color information
#0A761B (or 0x0A761B) is known color: Green. HEX triplet: 0A, 76 and 1B. RGB value is (10,118,27). Sum of RGB (Red+Green+Blue) = 10+118+27=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #0A761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A761B is #F589E4. Grayscale: #4B4B4B. Windows color (decimal): -16091621 or 1799690. OLE color: 1799690.
HSL color Cylindrical-coordinate representation of color #0A761B: hue angle of 129.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A761B is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 27 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.54 |
| HSL | 129.44º | 0.84% | 0.25% | - |
| HSV(B) | 129.44º | 0.92% | 0.46% | - |
| XYZ | 6.8 | 13.1 | 3.21 | - |
| YUV | 75.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 27 | 0.92 | 0 | 0.77 | 0.54 | 129.44 | 0.84 | 0.25 |
| Hex | A | 76 | 1B | 5C | 0 | 4D | 36 | 81 | 54 | 19 |
| Octal | 12 | 166 | 33 | 134 | 0 | 115 | 66 | 201 | 124 | 31 |
| Binary | 1010 | 1110110 | 11011 | 1011100 | 0 | 1001101 | 110110 | 10000001 | 1010100 | 11001 |
Color Harmonies of #0A761B
Complementary color
Monochromatic Colors of #0A761B
Black with #0A761B
Text Example
Text Example
White with #0A761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A761B; }
p { color: rgb(10,118,27); }
H1.HeaderClassName
{
color: #0A761B;
}
.AnyTagClassName
{
color: #0A761B;
}
</style>
background-color css
<style>
a { background-color: #0A761B; }
a { background-color: rgb(10,118,27); }
div.DivClassName
{
background-color: #0A761B;
}
.BgClassName
{
background-color: #0A761B;
}
</style>
border-color css
<style>
span { border-color: #0A761B; }
span { border-color: rgb(10,118,27); }
td.TdClassName
{
border-color: #0A761B;
}
.TagClassName
{
border-color: #0A761B;
}
</style>