Shades of Green #007104
Tints of Green #007104
RGB
CMYK
RGB Variations
Color information
#007104 (or 0x007104) is known color: Green. HEX triplet: 00, 71 and 04. RGB value is (0,113,4). Sum of RGB (Red+Green+Blue) = 0+113+4=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 113 (44.53% from 255 or 96.58% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 113 - color contains mainly: green. Hex color #007104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007104 is #FF8EFB. Grayscale: #434343. Windows color (decimal): -16748284 or 291072. OLE color: 291072.
HSL color Cylindrical-coordinate representation of color #007104: hue angle of 122.12º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007104 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 4 | - |
| CMYK | 1 | 0 | 0.96 | 0.56 |
| HSL | 122.12º | 1% | 0.22% | - |
| HSV(B) | 122.12º | 1% | 0.44% | - |
| XYZ | 5.93 | 11.82 | 2.08 | - |
| YUV | 66.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 4 | 1 | 0 | 0.96 | 0.56 | 122.12 | 1 | 0.22 |
| Hex | 0 | 71 | 4 | 64 | 0 | 60 | 38 | 7A | 64 | 16 |
| Octal | 0 | 161 | 4 | 144 | 0 | 140 | 70 | 172 | 144 | 26 |
| Binary | 0 | 1110001 | 100 | 1100100 | 0 | 1100000 | 111000 | 1111010 | 1100100 | 10110 |
Color Harmonies of #007104
Complementary color
Monochromatic Colors of #007104
Black with #007104
Text Example
Text Example
White with #007104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007104; }
p { color: rgb(0,113,4); }
H1.HeaderClassName
{
color: #007104;
}
.AnyTagClassName
{
color: #007104;
}
</style>
background-color css
<style>
a { background-color: #007104; }
a { background-color: rgb(0,113,4); }
div.DivClassName
{
background-color: #007104;
}
.BgClassName
{
background-color: #007104;
}
</style>
border-color css
<style>
span { border-color: #007104; }
span { border-color: rgb(0,113,4); }
td.TdClassName
{
border-color: #007104;
}
.TagClassName
{
border-color: #007104;
}
</style>