Shades of Green #0A7B10
Tints of Green #0A7B10
RGB
CMYK
RGB Variations
Color information
#0A7B10 (or 0x0A7B10) is known color: Green. HEX triplet: 0A, 7B and 10. RGB value is (10,123,16). Sum of RGB (Red+Green+Blue) = 10+123+16=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 123 (48.44% from 255 or 82.55% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7B10 is #F584EF. Grayscale: #4D4D4D. Windows color (decimal): -16090352 or 1080074. OLE color: 1080074.
HSL color Cylindrical-coordinate representation of color #0A7B10: hue angle of 123.19º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7B10 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 123 | 16 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.52 |
| HSL | 123.19º | 0.85% | 0.26% | - |
| HSV(B) | 123.19º | 0.92% | 0.48% | - |
| XYZ | 7.3 | 14.27 | 2.86 | - |
| YUV | 77.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 16 | 0.92 | 0 | 0.87 | 0.52 | 123.19 | 0.85 | 0.26 |
| Hex | A | 7B | 10 | 5C | 0 | 57 | 34 | 7B | 55 | 1A |
| Octal | 12 | 173 | 20 | 134 | 0 | 127 | 64 | 173 | 125 | 32 |
| Binary | 1010 | 1111011 | 10000 | 1011100 | 0 | 1010111 | 110100 | 1111011 | 1010101 | 11010 |
Color Harmonies of #0A7B10
Complementary color
Monochromatic Colors of #0A7B10
Black with #0A7B10
Text Example
Text Example
White with #0A7B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7B10; }
p { color: rgb(10,123,16); }
H1.HeaderClassName
{
color: #0A7B10;
}
.AnyTagClassName
{
color: #0A7B10;
}
</style>
background-color css
<style>
a { background-color: #0A7B10; }
a { background-color: rgb(10,123,16); }
div.DivClassName
{
background-color: #0A7B10;
}
.BgClassName
{
background-color: #0A7B10;
}
</style>
border-color css
<style>
span { border-color: #0A7B10; }
span { border-color: rgb(10,123,16); }
td.TdClassName
{
border-color: #0A7B10;
}
.TagClassName
{
border-color: #0A7B10;
}
</style>