Shades of Green #0A761C
Tints of Green #0A761C
RGB
CMYK
RGB Variations
Color information
#0A761C (or 0x0A761C) is known color: Green. HEX triplet: 0A, 76 and 1C. RGB value is (10,118,28). Sum of RGB (Red+Green+Blue) = 10+118+28=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #0A761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A761C is #F589E3. Grayscale: #4B4B4B. Windows color (decimal): -16091620 or 1865226. OLE color: 1865226.
HSL color Cylindrical-coordinate representation of color #0A761C: hue angle of 130º 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 #0A761C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 28 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.54 |
| HSL | 130º | 0.84% | 0.25% | - |
| HSV(B) | 130º | 0.92% | 0.46% | - |
| XYZ | 6.81 | 13.11 | 3.27 | - |
| YUV | 75.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 28 | 0.92 | 0 | 0.76 | 0.54 | 130 | 0.84 | 0.25 |
| Hex | A | 76 | 1C | 5C | 0 | 4C | 36 | 82 | 54 | 19 |
| Octal | 12 | 166 | 34 | 134 | 0 | 114 | 66 | 202 | 124 | 31 |
| Binary | 1010 | 1110110 | 11100 | 1011100 | 0 | 1001100 | 110110 | 10000010 | 1010100 | 11001 |
Color Harmonies of #0A761C
Complementary color
Monochromatic Colors of #0A761C
Black with #0A761C
Text Example
Text Example
White with #0A761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A761C; }
p { color: rgb(10,118,28); }
H1.HeaderClassName
{
color: #0A761C;
}
.AnyTagClassName
{
color: #0A761C;
}
</style>
background-color css
<style>
a { background-color: #0A761C; }
a { background-color: rgb(10,118,28); }
div.DivClassName
{
background-color: #0A761C;
}
.BgClassName
{
background-color: #0A761C;
}
</style>
border-color css
<style>
span { border-color: #0A761C; }
span { border-color: rgb(10,118,28); }
td.TdClassName
{
border-color: #0A761C;
}
.TagClassName
{
border-color: #0A761C;
}
</style>