Shades of Green #007B12
Tints of Green #007B12
RGB
CMYK
RGB Variations
Color information
#007B12 (or 0x007B12) is known color: Green. HEX triplet: 00, 7B and 12. RGB value is (0,123,18). Sum of RGB (Red+Green+Blue) = 0+123+18=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 123 (48.44% from 255 or 87.23% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 123 - color contains mainly: green. Hex color #007B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007B12 is #FF84ED. Grayscale: #4A4A4A. Windows color (decimal): -16745710 or 1211136. OLE color: 1211136.
HSL color Cylindrical-coordinate representation of color #007B12: hue angle of 128.78º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B12 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 18 | - |
| CMYK | 1 | 0 | 0.85 | 0.52 |
| HSL | 128.78º | 1% | 0.24% | - |
| HSV(B) | 128.78º | 1% | 0.48% | - |
| XYZ | 7.19 | 14.21 | 2.94 | - |
| YUV | 74.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 18 | 1 | 0 | 0.85 | 0.52 | 128.78 | 1 | 0.24 |
| Hex | 0 | 7B | 12 | 64 | 0 | 55 | 34 | 81 | 64 | 18 |
| Octal | 0 | 173 | 22 | 144 | 0 | 125 | 64 | 201 | 144 | 30 |
| Binary | 0 | 1111011 | 10010 | 1100100 | 0 | 1010101 | 110100 | 10000001 | 1100100 | 11000 |
Color Harmonies of #007B12
Complementary color
Monochromatic Colors of #007B12
Black with #007B12
Text Example
Text Example
White with #007B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B12; }
p { color: rgb(0,123,18); }
H1.HeaderClassName
{
color: #007B12;
}
.AnyTagClassName
{
color: #007B12;
}
</style>
background-color css
<style>
a { background-color: #007B12; }
a { background-color: rgb(0,123,18); }
div.DivClassName
{
background-color: #007B12;
}
.BgClassName
{
background-color: #007B12;
}
</style>
border-color css
<style>
span { border-color: #007B12; }
span { border-color: rgb(0,123,18); }
td.TdClassName
{
border-color: #007B12;
}
.TagClassName
{
border-color: #007B12;
}
</style>