Shades of Green #007B05
Tints of Green #007B05
RGB
CMYK
RGB Variations
Color information
#007B05 (or 0x007B05) is known color: Green. HEX triplet: 00, 7B and 05. RGB value is (0,123,5). Sum of RGB (Red+Green+Blue) = 0+123+5=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 123 (48.44% from 255 or 96.09% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 123 - color contains mainly: green. Hex color #007B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007B05 is #FF84FA. Grayscale: #494949. Windows color (decimal): -16745723 or 359168. OLE color: 359168.
HSL color Cylindrical-coordinate representation of color #007B05: hue angle of 122.44º 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 #007B05 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.52 |
| HSL | 122.44º | 1% | 0.24% | - |
| HSV(B) | 122.44º | 1% | 0.48% | - |
| XYZ | 7.11 | 14.18 | 2.51 | - |
| YUV | 72.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 5 | 1 | 0 | 0.96 | 0.52 | 122.44 | 1 | 0.24 |
| Hex | 0 | 7B | 5 | 64 | 0 | 60 | 34 | 7A | 64 | 18 |
| Octal | 0 | 173 | 5 | 144 | 0 | 140 | 64 | 172 | 144 | 30 |
| Binary | 0 | 1111011 | 101 | 1100100 | 0 | 1100000 | 110100 | 1111010 | 1100100 | 11000 |
Color Harmonies of #007B05
Complementary color
Monochromatic Colors of #007B05
Black with #007B05
Text Example
Text Example
White with #007B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B05; }
p { color: rgb(0,123,5); }
H1.HeaderClassName
{
color: #007B05;
}
.AnyTagClassName
{
color: #007B05;
}
</style>
background-color css
<style>
a { background-color: #007B05; }
a { background-color: rgb(0,123,5); }
div.DivClassName
{
background-color: #007B05;
}
.BgClassName
{
background-color: #007B05;
}
</style>
border-color css
<style>
span { border-color: #007B05; }
span { border-color: rgb(0,123,5); }
td.TdClassName
{
border-color: #007B05;
}
.TagClassName
{
border-color: #007B05;
}
</style>