Shades of Green #0C7819
Tints of Green #0C7819
RGB
CMYK
RGB Variations
Color information
#0C7819 (or 0x0C7819) is known color: Green. HEX triplet: 0C, 78 and 19. RGB value is (12,120,25). Sum of RGB (Red+Green+Blue) = 12+120+25=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 120 (47.27% from 255 or 76.43% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7819 is #F387E6. Grayscale: #4D4D4D. Windows color (decimal): -15960039 or 1669132. OLE color: 1669132.
HSL color Cylindrical-coordinate representation of color #0C7819: hue angle of 127.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7819 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 25 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.53 |
| HSL | 127.22º | 0.82% | 0.26% | - |
| HSV(B) | 127.22º | 0.9% | 0.47% | - |
| XYZ | 7.04 | 13.58 | 3.17 | - |
| YUV | 76.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 25 | 0.90 | 0 | 0.79 | 0.53 | 127.22 | 0.82 | 0.26 |
| Hex | C | 78 | 19 | 5A | 0 | 4F | 35 | 7F | 52 | 1A |
| Octal | 14 | 170 | 31 | 132 | 0 | 117 | 65 | 177 | 122 | 32 |
| Binary | 1100 | 1111000 | 11001 | 1011010 | 0 | 1001111 | 110101 | 1111111 | 1010010 | 11010 |
Color Harmonies of #0C7819
Complementary color
Monochromatic Colors of #0C7819
Black with #0C7819
Text Example
Text Example
White with #0C7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7819; }
p { color: rgb(12,120,25); }
H1.HeaderClassName
{
color: #0C7819;
}
.AnyTagClassName
{
color: #0C7819;
}
</style>
background-color css
<style>
a { background-color: #0C7819; }
a { background-color: rgb(12,120,25); }
div.DivClassName
{
background-color: #0C7819;
}
.BgClassName
{
background-color: #0C7819;
}
</style>
border-color css
<style>
span { border-color: #0C7819; }
span { border-color: rgb(12,120,25); }
td.TdClassName
{
border-color: #0C7819;
}
.TagClassName
{
border-color: #0C7819;
}
</style>