Shades of Green #036F0A
Tints of Green #036F0A
RGB
CMYK
RGB Variations
Color information
#036F0A (or 0x036F0A) is known color: Green. HEX triplet: 03, 6F and 0A. RGB value is (3,111,10). Sum of RGB (Red+Green+Blue) = 3+111+10=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 111 (43.75% from 255 or 89.52% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 111 - color contains mainly: green. Hex color #036F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F0A is #FC90F5. Grayscale: #434343. Windows color (decimal): -16552182 or 683779. OLE color: 683779.
HSL color Cylindrical-coordinate representation of color #036F0A: hue angle of 123.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F0A is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 10 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.56 |
| HSL | 123.89º | 0.95% | 0.22% | - |
| HSV(B) | 123.89º | 0.97% | 0.44% | - |
| XYZ | 5.78 | 11.41 | 2.19 | - |
| YUV | 67.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 10 | 0.97 | 0 | 0.91 | 0.56 | 123.89 | 0.95 | 0.22 |
| Hex | 3 | 6F | A | 61 | 0 | 5B | 38 | 7C | 5F | 16 |
| Octal | 3 | 157 | 12 | 141 | 0 | 133 | 70 | 174 | 137 | 26 |
| Binary | 11 | 1101111 | 1010 | 1100001 | 0 | 1011011 | 111000 | 1111100 | 1011111 | 10110 |
Color Harmonies of #036F0A
Complementary color
Monochromatic Colors of #036F0A
Black with #036F0A
Text Example
Text Example
White with #036F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F0A; }
p { color: rgb(3,111,10); }
H1.HeaderClassName
{
color: #036F0A;
}
.AnyTagClassName
{
color: #036F0A;
}
</style>
background-color css
<style>
a { background-color: #036F0A; }
a { background-color: rgb(3,111,10); }
div.DivClassName
{
background-color: #036F0A;
}
.BgClassName
{
background-color: #036F0A;
}
</style>
border-color css
<style>
span { border-color: #036F0A; }
span { border-color: rgb(3,111,10); }
td.TdClassName
{
border-color: #036F0A;
}
.TagClassName
{
border-color: #036F0A;
}
</style>