Shades of Green #0C7601
Tints of Green #0C7601
RGB
CMYK
RGB Variations
Color information
#0C7601 (or 0x0C7601) is known color: Green. HEX triplet: 0C, 76 and 01. RGB value is (12,118,1). Sum of RGB (Red+Green+Blue) = 12+118+1=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 118 (46.48% from 255 or 90.08% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7601 is #F389FE. Grayscale: #494949. Windows color (decimal): -15960575 or 95756. OLE color: 95756.
HSL color Cylindrical-coordinate representation of color #0C7601: hue angle of 114.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C7601 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.54 |
| HSL | 114.36º | 0.98% | 0.23% | - |
| HSV(B) | 114.36º | 0.99% | 0.46% | - |
| XYZ | 6.64 | 13.04 | 2.2 | - |
| YUV | 72.97 | 87.38 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 1 | 0.90 | 0 | 0.99 | 0.54 | 114.36 | 0.98 | 0.23 |
| Hex | C | 76 | 1 | 5A | 0 | 63 | 36 | 72 | 62 | 17 |
| Octal | 14 | 166 | 1 | 132 | 0 | 143 | 66 | 162 | 142 | 27 |
| Binary | 1100 | 1110110 | 1 | 1011010 | 0 | 1100011 | 110110 | 1110010 | 1100010 | 10111 |
Color Harmonies of #0C7601
Complementary color
Monochromatic Colors of #0C7601
Black with #0C7601
Text Example
Text Example
White with #0C7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7601; }
p { color: rgb(12,118,1); }
H1.HeaderClassName
{
color: #0C7601;
}
.AnyTagClassName
{
color: #0C7601;
}
</style>
background-color css
<style>
a { background-color: #0C7601; }
a { background-color: rgb(12,118,1); }
div.DivClassName
{
background-color: #0C7601;
}
.BgClassName
{
background-color: #0C7601;
}
</style>
border-color css
<style>
span { border-color: #0C7601; }
span { border-color: rgb(12,118,1); }
td.TdClassName
{
border-color: #0C7601;
}
.TagClassName
{
border-color: #0C7601;
}
</style>