Shades of Green #128B07
Tints of Green #128B07
RGB
CMYK
RGB Variations
Color information
#128B07 (or 0x128B07) is known color: Green. HEX triplet: 12, 8B and 07. RGB value is (18,139,7). Sum of RGB (Red+Green+Blue) = 18+139+7=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 139 (54.69% from 255 or 84.76% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 139 - color contains mainly: green. Hex color #128B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128B07 is #ED74F8. Grayscale: #585858. Windows color (decimal): -15561977 or 494354. OLE color: 494354.
HSL color Cylindrical-coordinate representation of color #128B07: hue angle of 115º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #128B07 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 7 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.45 |
| HSL | 115º | 0.9% | 0.29% | - |
| HSV(B) | 115º | 0.95% | 0.55% | - |
| XYZ | 9.52 | 18.61 | 3.29 | - |
| YUV | 87.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 7 | 0.87 | 0 | 0.95 | 0.45 | 115 | 0.9 | 0.29 |
| Hex | 12 | 8B | 7 | 57 | 0 | 5F | 2D | 73 | 5A | 1D |
| Octal | 22 | 213 | 7 | 127 | 0 | 137 | 55 | 163 | 132 | 35 |
| Binary | 10010 | 10001011 | 111 | 1010111 | 0 | 1011111 | 101101 | 1110011 | 1011010 | 11101 |
Color Harmonies of #128B07
Complementary color
Monochromatic Colors of #128B07
Black with #128B07
Text Example
Text Example
White with #128B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B07; }
p { color: rgb(18,139,7); }
H1.HeaderClassName
{
color: #128B07;
}
.AnyTagClassName
{
color: #128B07;
}
</style>
background-color css
<style>
a { background-color: #128B07; }
a { background-color: rgb(18,139,7); }
div.DivClassName
{
background-color: #128B07;
}
.BgClassName
{
background-color: #128B07;
}
</style>
border-color css
<style>
span { border-color: #128B07; }
span { border-color: rgb(18,139,7); }
td.TdClassName
{
border-color: #128B07;
}
.TagClassName
{
border-color: #128B07;
}
</style>