Shades of Green #127805
Tints of Green #127805
RGB
CMYK
RGB Variations
Color information
#127805 (or 0x127805) is known color: Green. HEX triplet: 12, 78 and 05. RGB value is (18,120,5). Sum of RGB (Red+Green+Blue) = 18+120+5=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 120 (47.27% from 255 or 83.92% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 120 - color contains mainly: green. Hex color #127805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127805 is #ED87FA. Grayscale: #4C4C4C. Windows color (decimal): -15566843 or 358418. OLE color: 358418.
HSL color Cylindrical-coordinate representation of color #127805: hue angle of 113.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127805 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 5 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.53 |
| HSL | 113.22º | 0.92% | 0.25% | - |
| HSV(B) | 113.22º | 0.96% | 0.47% | - |
| XYZ | 6.99 | 13.57 | 2.39 | - |
| YUV | 76.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 5 | 0.85 | 0 | 0.96 | 0.53 | 113.22 | 0.92 | 0.25 |
| Hex | 12 | 78 | 5 | 55 | 0 | 60 | 35 | 71 | 5C | 19 |
| Octal | 22 | 170 | 5 | 125 | 0 | 140 | 65 | 161 | 134 | 31 |
| Binary | 10010 | 1111000 | 101 | 1010101 | 0 | 1100000 | 110101 | 1110001 | 1011100 | 11001 |
Color Harmonies of #127805
Complementary color
Monochromatic Colors of #127805
Black with #127805
Text Example
Text Example
White with #127805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127805; }
p { color: rgb(18,120,5); }
H1.HeaderClassName
{
color: #127805;
}
.AnyTagClassName
{
color: #127805;
}
</style>
background-color css
<style>
a { background-color: #127805; }
a { background-color: rgb(18,120,5); }
div.DivClassName
{
background-color: #127805;
}
.BgClassName
{
background-color: #127805;
}
</style>
border-color css
<style>
span { border-color: #127805; }
span { border-color: rgb(18,120,5); }
td.TdClassName
{
border-color: #127805;
}
.TagClassName
{
border-color: #127805;
}
</style>