Shades of Green #0C7618
Tints of Green #0C7618
RGB
CMYK
RGB Variations
Color information
#0C7618 (or 0x0C7618) is known color: Green. HEX triplet: 0C, 76 and 18. RGB value is (12,118,24). Sum of RGB (Red+Green+Blue) = 12+118+24=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7618 is #F389E7. Grayscale: #4B4B4B. Windows color (decimal): -15960552 or 1603084. OLE color: 1603084.
HSL color Cylindrical-coordinate representation of color #0C7618: hue angle of 126.79º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7618 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 24 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.54 |
| HSL | 126.79º | 0.82% | 0.25% | - |
| HSV(B) | 126.79º | 0.9% | 0.46% | - |
| XYZ | 6.79 | 13.1 | 3.03 | - |
| YUV | 75.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 24 | 0.90 | 0 | 0.80 | 0.54 | 126.79 | 0.82 | 0.25 |
| Hex | C | 76 | 18 | 5A | 0 | 50 | 36 | 7F | 52 | 19 |
| Octal | 14 | 166 | 30 | 132 | 0 | 120 | 66 | 177 | 122 | 31 |
| Binary | 1100 | 1110110 | 11000 | 1011010 | 0 | 1010000 | 110110 | 1111111 | 1010010 | 11001 |
Color Harmonies of #0C7618
Complementary color
Monochromatic Colors of #0C7618
Black with #0C7618
Text Example
Text Example
White with #0C7618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7618; }
p { color: rgb(12,118,24); }
H1.HeaderClassName
{
color: #0C7618;
}
.AnyTagClassName
{
color: #0C7618;
}
</style>
background-color css
<style>
a { background-color: #0C7618; }
a { background-color: rgb(12,118,24); }
div.DivClassName
{
background-color: #0C7618;
}
.BgClassName
{
background-color: #0C7618;
}
</style>
border-color css
<style>
span { border-color: #0C7618; }
span { border-color: rgb(12,118,24); }
td.TdClassName
{
border-color: #0C7618;
}
.TagClassName
{
border-color: #0C7618;
}
</style>