Shades of Green #036D07
Tints of Green #036D07
RGB
CMYK
RGB Variations
Color information
#036D07 (or 0x036D07) is known color: Green. HEX triplet: 03, 6D and 07. RGB value is (3,109,7). Sum of RGB (Red+Green+Blue) = 3+109+7=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 109 (42.97% from 255 or 91.60% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 109 - color contains mainly: green. Hex color #036D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D07 is #FC92F8. Grayscale: #414141. Windows color (decimal): -16552697 or 486659. OLE color: 486659.
HSL color Cylindrical-coordinate representation of color #036D07: hue angle of 122.26º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D07 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 7 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.57 |
| HSL | 122.26º | 0.95% | 0.22% | - |
| HSV(B) | 122.26º | 0.97% | 0.43% | - |
| XYZ | 5.54 | 10.97 | 2.03 | - |
| YUV | 65.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 7 | 0.97 | 0 | 0.94 | 0.57 | 122.26 | 0.95 | 0.22 |
| Hex | 3 | 6D | 7 | 61 | 0 | 5E | 39 | 7A | 5F | 16 |
| Octal | 3 | 155 | 7 | 141 | 0 | 136 | 71 | 172 | 137 | 26 |
| Binary | 11 | 1101101 | 111 | 1100001 | 0 | 1011110 | 111001 | 1111010 | 1011111 | 10110 |
Color Harmonies of #036D07
Complementary color
Monochromatic Colors of #036D07
Black with #036D07
Text Example
Text Example
White with #036D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D07; }
p { color: rgb(3,109,7); }
H1.HeaderClassName
{
color: #036D07;
}
.AnyTagClassName
{
color: #036D07;
}
</style>
background-color css
<style>
a { background-color: #036D07; }
a { background-color: rgb(3,109,7); }
div.DivClassName
{
background-color: #036D07;
}
.BgClassName
{
background-color: #036D07;
}
</style>
border-color css
<style>
span { border-color: #036D07; }
span { border-color: rgb(3,109,7); }
td.TdClassName
{
border-color: #036D07;
}
.TagClassName
{
border-color: #036D07;
}
</style>