Shades of Green #068B12
Tints of Green #068B12
RGB
CMYK
RGB Variations
Color information
#068B12 (or 0x068B12) is known color: Green. HEX triplet: 06, 8B and 12. RGB value is (6,139,18). Sum of RGB (Red+Green+Blue) = 6+139+18=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 139 (54.69% from 255 or 85.28% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 139 - color contains mainly: green. Hex color #068B12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068B12 is #F974ED. Grayscale: #555555. Windows color (decimal): -16348398 or 1215238. OLE color: 1215238.
HSL color Cylindrical-coordinate representation of color #068B12: hue angle of 125.41º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B12 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 18 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.45 |
| HSL | 125.41º | 0.92% | 0.28% | - |
| HSV(B) | 125.41º | 0.96% | 0.55% | - |
| XYZ | 9.42 | 18.55 | 3.66 | - |
| YUV | 85.44 | 89.94 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 18 | 0.96 | 0 | 0.87 | 0.45 | 125.41 | 0.92 | 0.28 |
| Hex | 6 | 8B | 12 | 60 | 0 | 57 | 2D | 7D | 5C | 1C |
| Octal | 6 | 213 | 22 | 140 | 0 | 127 | 55 | 175 | 134 | 34 |
| Binary | 110 | 10001011 | 10010 | 1100000 | 0 | 1010111 | 101101 | 1111101 | 1011100 | 11100 |
Color Harmonies of #068B12
Complementary color
Monochromatic Colors of #068B12
Black with #068B12
Text Example
Text Example
White with #068B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B12; }
p { color: rgb(6,139,18); }
H1.HeaderClassName
{
color: #068B12;
}
.AnyTagClassName
{
color: #068B12;
}
</style>
background-color css
<style>
a { background-color: #068B12; }
a { background-color: rgb(6,139,18); }
div.DivClassName
{
background-color: #068B12;
}
.BgClassName
{
background-color: #068B12;
}
</style>
border-color css
<style>
span { border-color: #068B12; }
span { border-color: rgb(6,139,18); }
td.TdClassName
{
border-color: #068B12;
}
.TagClassName
{
border-color: #068B12;
}
</style>