Shades of Green #127B05
Tints of Green #127B05
RGB
CMYK
RGB Variations
Color information
#127B05 (or 0x127B05) is known color: Green. HEX triplet: 12, 7B and 05. RGB value is (18,123,5). Sum of RGB (Red+Green+Blue) = 18+123+5=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 123 (48.44% from 255 or 84.25% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 123 - color contains mainly: green. Hex color #127B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B05 is #ED84FA. Grayscale: #4E4E4E. Windows color (decimal): -15566075 or 359186. OLE color: 359186.
HSL color Cylindrical-coordinate representation of color #127B05: hue angle of 113.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127B05 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 5 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.52 |
| HSL | 113.39º | 0.92% | 0.25% | - |
| HSV(B) | 113.39º | 0.96% | 0.48% | - |
| XYZ | 7.36 | 14.31 | 2.52 | - |
| YUV | 78.15 | 86.71 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 5 | 0.85 | 0 | 0.96 | 0.52 | 113.39 | 0.92 | 0.25 |
| Hex | 12 | 7B | 5 | 55 | 0 | 60 | 34 | 71 | 5C | 19 |
| Octal | 22 | 173 | 5 | 125 | 0 | 140 | 64 | 161 | 134 | 31 |
| Binary | 10010 | 1111011 | 101 | 1010101 | 0 | 1100000 | 110100 | 1110001 | 1011100 | 11001 |
Color Harmonies of #127B05
Complementary color
Monochromatic Colors of #127B05
Black with #127B05
Text Example
Text Example
White with #127B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B05; }
p { color: rgb(18,123,5); }
H1.HeaderClassName
{
color: #127B05;
}
.AnyTagClassName
{
color: #127B05;
}
</style>
background-color css
<style>
a { background-color: #127B05; }
a { background-color: rgb(18,123,5); }
div.DivClassName
{
background-color: #127B05;
}
.BgClassName
{
background-color: #127B05;
}
</style>
border-color css
<style>
span { border-color: #127B05; }
span { border-color: rgb(18,123,5); }
td.TdClassName
{
border-color: #127B05;
}
.TagClassName
{
border-color: #127B05;
}
</style>