Shades of Green #007008
Tints of Green #007008
RGB
CMYK
RGB Variations
Color information
#007008 (or 0x007008) is known color: Green. HEX triplet: 00, 70 and 08. RGB value is (0,112,8). Sum of RGB (Red+Green+Blue) = 0+112+8=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 112 (44.14% from 255 or 93.33% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 112 - color contains mainly: green. Hex color #007008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007008 is #FF8FF7. Grayscale: #424242. Windows color (decimal): -16748536 or 552960. OLE color: 552960.
HSL color Cylindrical-coordinate representation of color #007008: hue angle of 124.29º 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 #007008 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 8 | - |
| CMYK | 1 | 0 | 0.93 | 0.56 |
| HSL | 124.29º | 1% | 0.22% | - |
| HSV(B) | 124.29º | 1% | 0.44% | - |
| XYZ | 5.84 | 11.61 | 2.16 | - |
| YUV | 66.66 | 94.89 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 8 | 1 | 0 | 0.93 | 0.56 | 124.29 | 1 | 0.22 |
| Hex | 0 | 70 | 8 | 64 | 0 | 5D | 38 | 7C | 64 | 16 |
| Octal | 0 | 160 | 10 | 144 | 0 | 135 | 70 | 174 | 144 | 26 |
| Binary | 0 | 1110000 | 1000 | 1100100 | 0 | 1011101 | 111000 | 1111100 | 1100100 | 10110 |
Color Harmonies of #007008
Complementary color
Monochromatic Colors of #007008
Black with #007008
Text Example
Text Example
White with #007008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007008; }
p { color: rgb(0,112,8); }
H1.HeaderClassName
{
color: #007008;
}
.AnyTagClassName
{
color: #007008;
}
</style>
background-color css
<style>
a { background-color: #007008; }
a { background-color: rgb(0,112,8); }
div.DivClassName
{
background-color: #007008;
}
.BgClassName
{
background-color: #007008;
}
</style>
border-color css
<style>
span { border-color: #007008; }
span { border-color: rgb(0,112,8); }
td.TdClassName
{
border-color: #007008;
}
.TagClassName
{
border-color: #007008;
}
</style>