Shades of Green #068B0E
Tints of Green #068B0E
RGB
CMYK
RGB Variations
Color information
#068B0E (or 0x068B0E) is known color: Green. HEX triplet: 06, 8B and 0E. RGB value is (6,139,14). Sum of RGB (Red+Green+Blue) = 6+139+14=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 139 (54.69% from 255 or 87.42% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 139 - color contains mainly: green. Hex color #068B0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068B0E is #F974F1. Grayscale: #555555. Windows color (decimal): -16348402 or 953094. OLE color: 953094.
HSL color Cylindrical-coordinate representation of color #068B0E: hue angle of 123.61º 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 #068B0E is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 14 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.45 |
| HSL | 123.61º | 0.92% | 0.28% | - |
| HSV(B) | 123.61º | 0.96% | 0.55% | - |
| XYZ | 9.39 | 18.54 | 3.5 | - |
| YUV | 84.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 14 | 0.96 | 0 | 0.90 | 0.45 | 123.61 | 0.92 | 0.28 |
| Hex | 6 | 8B | E | 60 | 0 | 5A | 2D | 7C | 5C | 1C |
| Octal | 6 | 213 | 16 | 140 | 0 | 132 | 55 | 174 | 134 | 34 |
| Binary | 110 | 10001011 | 1110 | 1100000 | 0 | 1011010 | 101101 | 1111100 | 1011100 | 11100 |
Color Harmonies of #068B0E
Complementary color
Monochromatic Colors of #068B0E
Black with #068B0E
Text Example
Text Example
White with #068B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B0E; }
p { color: rgb(6,139,14); }
H1.HeaderClassName
{
color: #068B0E;
}
.AnyTagClassName
{
color: #068B0E;
}
</style>
background-color css
<style>
a { background-color: #068B0E; }
a { background-color: rgb(6,139,14); }
div.DivClassName
{
background-color: #068B0E;
}
.BgClassName
{
background-color: #068B0E;
}
</style>
border-color css
<style>
span { border-color: #068B0E; }
span { border-color: rgb(6,139,14); }
td.TdClassName
{
border-color: #068B0E;
}
.TagClassName
{
border-color: #068B0E;
}
</style>