Shades of Green #036707
Tints of Green #036707
RGB
CMYK
RGB Variations
Color information
#036707 (or 0x036707) is known color: Green. HEX triplet: 03, 67 and 07. RGB value is (3,103,7). Sum of RGB (Red+Green+Blue) = 3+103+7=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 103 (40.62% from 255 or 91.15% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 103 - color contains mainly: green. Hex color #036707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036707 is #FC98F8. Grayscale: #3E3E3E. Windows color (decimal): -16554233 or 485123. OLE color: 485123.
HSL color Cylindrical-coordinate representation of color #036707: hue angle of 122.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036707 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 7 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.60 |
| HSL | 122.4º | 0.94% | 0.21% | - |
| HSV(B) | 122.4º | 0.97% | 0.4% | - |
| XYZ | 4.93 | 9.74 | 1.82 | - |
| YUV | 62.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 7 | 0.97 | 0 | 0.93 | 0.60 | 122.4 | 0.94 | 0.21 |
| Hex | 3 | 67 | 7 | 61 | 0 | 5D | 3C | 7A | 5E | 15 |
| Octal | 3 | 147 | 7 | 141 | 0 | 135 | 74 | 172 | 136 | 25 |
| Binary | 11 | 1100111 | 111 | 1100001 | 0 | 1011101 | 111100 | 1111010 | 1011110 | 10101 |
Color Harmonies of #036707
Complementary color
Monochromatic Colors of #036707
Black with #036707
Text Example
Text Example
White with #036707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036707; }
p { color: rgb(3,103,7); }
H1.HeaderClassName
{
color: #036707;
}
.AnyTagClassName
{
color: #036707;
}
</style>
background-color css
<style>
a { background-color: #036707; }
a { background-color: rgb(3,103,7); }
div.DivClassName
{
background-color: #036707;
}
.BgClassName
{
background-color: #036707;
}
</style>
border-color css
<style>
span { border-color: #036707; }
span { border-color: rgb(3,103,7); }
td.TdClassName
{
border-color: #036707;
}
.TagClassName
{
border-color: #036707;
}
</style>