Shades of Green #036C07
Tints of Green #036C07
RGB
CMYK
RGB Variations
Color information
#036C07 (or 0x036C07) is known color: Green. HEX triplet: 03, 6C and 07. RGB value is (3,108,7). Sum of RGB (Red+Green+Blue) = 3+108+7=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 108 (42.58% from 255 or 91.53% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 108 - color contains mainly: green. Hex color #036C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C07 is #FC93F8. Grayscale: #414141. Windows color (decimal): -16552953 or 486403. OLE color: 486403.
HSL color Cylindrical-coordinate representation of color #036C07: hue angle of 122.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C07 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 7 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.58 |
| HSL | 122.29º | 0.95% | 0.22% | - |
| HSV(B) | 122.29º | 0.97% | 0.42% | - |
| XYZ | 5.44 | 10.76 | 1.99 | - |
| YUV | 65.09 | 95.21 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 7 | 0.97 | 0 | 0.94 | 0.58 | 122.29 | 0.95 | 0.22 |
| Hex | 3 | 6C | 7 | 61 | 0 | 5E | 3A | 7A | 5F | 16 |
| Octal | 3 | 154 | 7 | 141 | 0 | 136 | 72 | 172 | 137 | 26 |
| Binary | 11 | 1101100 | 111 | 1100001 | 0 | 1011110 | 111010 | 1111010 | 1011111 | 10110 |
Color Harmonies of #036C07
Complementary color
Monochromatic Colors of #036C07
Black with #036C07
Text Example
Text Example
White with #036C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C07; }
p { color: rgb(3,108,7); }
H1.HeaderClassName
{
color: #036C07;
}
.AnyTagClassName
{
color: #036C07;
}
</style>
background-color css
<style>
a { background-color: #036C07; }
a { background-color: rgb(3,108,7); }
div.DivClassName
{
background-color: #036C07;
}
.BgClassName
{
background-color: #036C07;
}
</style>
border-color css
<style>
span { border-color: #036C07; }
span { border-color: rgb(3,108,7); }
td.TdClassName
{
border-color: #036C07;
}
.TagClassName
{
border-color: #036C07;
}
</style>