Shades of Green #068A0A
Tints of Green #068A0A
RGB
CMYK
RGB Variations
Color information
#068A0A (or 0x068A0A) is known color: Green. HEX triplet: 06, 8A and 0A. RGB value is (6,138,10). Sum of RGB (Red+Green+Blue) = 6+138+10=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 138 (54.30% from 255 or 89.61% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 138 - color contains mainly: green. Hex color #068A0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068A0A is #F975F5. Grayscale: #545454. Windows color (decimal): -16348662 or 690694. OLE color: 690694.
HSL color Cylindrical-coordinate representation of color #068A0A: hue angle of 121.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A0A is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 10 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.46 |
| HSL | 121.82º | 0.92% | 0.28% | - |
| HSV(B) | 121.82º | 0.96% | 0.54% | - |
| XYZ | 9.22 | 18.24 | 3.32 | - |
| YUV | 83.94 | 86.27 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 10 | 0.96 | 0 | 0.93 | 0.46 | 121.82 | 0.92 | 0.28 |
| Hex | 6 | 8A | A | 60 | 0 | 5D | 2E | 7A | 5C | 1C |
| Octal | 6 | 212 | 12 | 140 | 0 | 135 | 56 | 172 | 134 | 34 |
| Binary | 110 | 10001010 | 1010 | 1100000 | 0 | 1011101 | 101110 | 1111010 | 1011100 | 11100 |
Color Harmonies of #068A0A
Complementary color
Monochromatic Colors of #068A0A
Black with #068A0A
Text Example
Text Example
White with #068A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A0A; }
p { color: rgb(6,138,10); }
H1.HeaderClassName
{
color: #068A0A;
}
.AnyTagClassName
{
color: #068A0A;
}
</style>
background-color css
<style>
a { background-color: #068A0A; }
a { background-color: rgb(6,138,10); }
div.DivClassName
{
background-color: #068A0A;
}
.BgClassName
{
background-color: #068A0A;
}
</style>
border-color css
<style>
span { border-color: #068A0A; }
span { border-color: rgb(6,138,10); }
td.TdClassName
{
border-color: #068A0A;
}
.TagClassName
{
border-color: #068A0A;
}
</style>