Shades of Green #127D0D
Tints of Green #127D0D
RGB
CMYK
RGB Variations
Color information
#127D0D (or 0x127D0D) is known color: Green. HEX triplet: 12, 7D and 0D. RGB value is (18,125,13). Sum of RGB (Red+Green+Blue) = 18+125+13=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 125 (49.22% from 255 or 80.13% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 125 - color contains mainly: green. Hex color #127D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D0D is #ED82F2. Grayscale: #505050. Windows color (decimal): -15565555 or 883986. OLE color: 883986.
HSL color Cylindrical-coordinate representation of color #127D0D: hue angle of 117.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127D0D is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 13 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.51 |
| HSL | 117.32º | 0.81% | 0.27% | - |
| HSV(B) | 117.32º | 0.9% | 0.49% | - |
| XYZ | 7.66 | 14.82 | 2.84 | - |
| YUV | 80.24 | 90.05 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 13 | 0.86 | 0 | 0.90 | 0.51 | 117.32 | 0.81 | 0.27 |
| Hex | 12 | 7D | D | 56 | 0 | 5A | 33 | 75 | 51 | 1B |
| Octal | 22 | 175 | 15 | 126 | 0 | 132 | 63 | 165 | 121 | 33 |
| Binary | 10010 | 1111101 | 1101 | 1010110 | 0 | 1011010 | 110011 | 1110101 | 1010001 | 11011 |
Color Harmonies of #127D0D
Complementary color
Monochromatic Colors of #127D0D
Black with #127D0D
Text Example
Text Example
White with #127D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D0D; }
p { color: rgb(18,125,13); }
H1.HeaderClassName
{
color: #127D0D;
}
.AnyTagClassName
{
color: #127D0D;
}
</style>
background-color css
<style>
a { background-color: #127D0D; }
a { background-color: rgb(18,125,13); }
div.DivClassName
{
background-color: #127D0D;
}
.BgClassName
{
background-color: #127D0D;
}
</style>
border-color css
<style>
span { border-color: #127D0D; }
span { border-color: rgb(18,125,13); }
td.TdClassName
{
border-color: #127D0D;
}
.TagClassName
{
border-color: #127D0D;
}
</style>