Shades of Green #0A670C
Tints of Green #0A670C
RGB
CMYK
RGB Variations
Color information
#0A670C (or 0x0A670C) is known color: Green. HEX triplet: 0A, 67 and 0C. RGB value is (10,103,12). Sum of RGB (Red+Green+Blue) = 10+103+12=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 103 (40.62% from 255 or 82.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 103 - color contains mainly: green. Hex color #0A670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A670C is #F598F3. Grayscale: #414141. Windows color (decimal): -16095476 or 812810. OLE color: 812810.
HSL color Cylindrical-coordinate representation of color #0A670C: hue angle of 121.29º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A670C is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 103 | 12 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.60 |
| HSL | 121.29º | 0.82% | 0.22% | - |
| HSV(B) | 121.29º | 0.9% | 0.4% | - |
| XYZ | 5.04 | 9.79 | 1.97 | - |
| YUV | 64.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 12 | 0.90 | 0 | 0.88 | 0.60 | 121.29 | 0.82 | 0.22 |
| Hex | A | 67 | C | 5A | 0 | 58 | 3C | 79 | 52 | 16 |
| Octal | 12 | 147 | 14 | 132 | 0 | 130 | 74 | 171 | 122 | 26 |
| Binary | 1010 | 1100111 | 1100 | 1011010 | 0 | 1011000 | 111100 | 1111001 | 1010010 | 10110 |
Color Harmonies of #0A670C
Complementary color
Monochromatic Colors of #0A670C
Black with #0A670C
Text Example
Text Example
White with #0A670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A670C; }
p { color: rgb(10,103,12); }
H1.HeaderClassName
{
color: #0A670C;
}
.AnyTagClassName
{
color: #0A670C;
}
</style>
background-color css
<style>
a { background-color: #0A670C; }
a { background-color: rgb(10,103,12); }
div.DivClassName
{
background-color: #0A670C;
}
.BgClassName
{
background-color: #0A670C;
}
</style>
border-color css
<style>
span { border-color: #0A670C; }
span { border-color: rgb(10,103,12); }
td.TdClassName
{
border-color: #0A670C;
}
.TagClassName
{
border-color: #0A670C;
}
</style>