Shades of Green #007912
Tints of Green #007912
RGB
CMYK
RGB Variations
Color information
#007912 (or 0x007912) is known color: Green. HEX triplet: 00, 79 and 12. RGB value is (0,121,18). Sum of RGB (Red+Green+Blue) = 0+121+18=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 121 (47.66% from 255 or 87.05% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 121 - color contains mainly: green. Hex color #007912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007912 is #FF86ED. Grayscale: #494949. Windows color (decimal): -16746222 or 1210624. OLE color: 1210624.
HSL color Cylindrical-coordinate representation of color #007912: hue angle of 128.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007912 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 18 | - |
| CMYK | 1 | 0 | 0.85 | 0.53 |
| HSL | 128.93º | 1% | 0.24% | - |
| HSV(B) | 128.93º | 1% | 0.47% | - |
| XYZ | 6.95 | 13.72 | 2.85 | - |
| YUV | 73.08 | 96.91 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 18 | 1 | 0 | 0.85 | 0.53 | 128.93 | 1 | 0.24 |
| Hex | 0 | 79 | 12 | 64 | 0 | 55 | 35 | 81 | 64 | 18 |
| Octal | 0 | 171 | 22 | 144 | 0 | 125 | 65 | 201 | 144 | 30 |
| Binary | 0 | 1111001 | 10010 | 1100100 | 0 | 1010101 | 110101 | 10000001 | 1100100 | 11000 |
Color Harmonies of #007912
Complementary color
Monochromatic Colors of #007912
Black with #007912
Text Example
Text Example
White with #007912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007912; }
p { color: rgb(0,121,18); }
H1.HeaderClassName
{
color: #007912;
}
.AnyTagClassName
{
color: #007912;
}
</style>
background-color css
<style>
a { background-color: #007912; }
a { background-color: rgb(0,121,18); }
div.DivClassName
{
background-color: #007912;
}
.BgClassName
{
background-color: #007912;
}
</style>
border-color css
<style>
span { border-color: #007912; }
span { border-color: rgb(0,121,18); }
td.TdClassName
{
border-color: #007912;
}
.TagClassName
{
border-color: #007912;
}
</style>