Shades of Green #0A781B
Tints of Green #0A781B
RGB
CMYK
RGB Variations
Color information
#0A781B (or 0x0A781B) is known color: Green. HEX triplet: 0A, 78 and 1B. RGB value is (10,120,27). Sum of RGB (Red+Green+Blue) = 10+120+27=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 120 (47.27% from 255 or 76.43% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 120 - color contains mainly: green. Hex color #0A781B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A781B is #F587E4. Grayscale: #4C4C4C. Windows color (decimal): -16091109 or 1800202. OLE color: 1800202.
HSL color Cylindrical-coordinate representation of color #0A781B: hue angle of 129.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A781B is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 27 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.53 |
| HSL | 129.27º | 0.85% | 0.25% | - |
| HSV(B) | 129.27º | 0.92% | 0.47% | - |
| XYZ | 7.04 | 13.58 | 3.29 | - |
| YUV | 76.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 27 | 0.92 | 0 | 0.78 | 0.53 | 129.27 | 0.85 | 0.25 |
| Hex | A | 78 | 1B | 5C | 0 | 4E | 35 | 81 | 55 | 19 |
| Octal | 12 | 170 | 33 | 134 | 0 | 116 | 65 | 201 | 125 | 31 |
| Binary | 1010 | 1111000 | 11011 | 1011100 | 0 | 1001110 | 110101 | 10000001 | 1010101 | 11001 |
Color Harmonies of #0A781B
Complementary color
Monochromatic Colors of #0A781B
Black with #0A781B
Text Example
Text Example
White with #0A781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A781B; }
p { color: rgb(10,120,27); }
H1.HeaderClassName
{
color: #0A781B;
}
.AnyTagClassName
{
color: #0A781B;
}
</style>
background-color css
<style>
a { background-color: #0A781B; }
a { background-color: rgb(10,120,27); }
div.DivClassName
{
background-color: #0A781B;
}
.BgClassName
{
background-color: #0A781B;
}
</style>
border-color css
<style>
span { border-color: #0A781B; }
span { border-color: rgb(10,120,27); }
td.TdClassName
{
border-color: #0A781B;
}
.TagClassName
{
border-color: #0A781B;
}
</style>