Shades of Green #068A08
Tints of Green #068A08
RGB
CMYK
RGB Variations
Color information
#068A08 (or 0x068A08) is known color: Green. HEX triplet: 06, 8A and 08. RGB value is (6,138,8). Sum of RGB (Red+Green+Blue) = 6+138+8=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 138 (54.30% from 255 or 90.79% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 138 - color contains mainly: green. Hex color #068A08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068A08 is #F975F7. Grayscale: #545454. Windows color (decimal): -16348664 or 559622. OLE color: 559622.
HSL color Cylindrical-coordinate representation of color #068A08: hue angle of 120.91º 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 #068A08 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 8 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.46 |
| HSL | 120.91º | 0.92% | 0.28% | - |
| HSV(B) | 120.91º | 0.96% | 0.54% | - |
| XYZ | 9.21 | 18.23 | 3.26 | - |
| YUV | 83.71 | 85.27 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 8 | 0.96 | 0 | 0.94 | 0.46 | 120.91 | 0.92 | 0.28 |
| Hex | 6 | 8A | 8 | 60 | 0 | 5E | 2E | 79 | 5C | 1C |
| Octal | 6 | 212 | 10 | 140 | 0 | 136 | 56 | 171 | 134 | 34 |
| Binary | 110 | 10001010 | 1000 | 1100000 | 0 | 1011110 | 101110 | 1111001 | 1011100 | 11100 |
Color Harmonies of #068A08
Complementary color
Monochromatic Colors of #068A08
Black with #068A08
Text Example
Text Example
White with #068A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A08; }
p { color: rgb(6,138,8); }
H1.HeaderClassName
{
color: #068A08;
}
.AnyTagClassName
{
color: #068A08;
}
</style>
background-color css
<style>
a { background-color: #068A08; }
a { background-color: rgb(6,138,8); }
div.DivClassName
{
background-color: #068A08;
}
.BgClassName
{
background-color: #068A08;
}
</style>
border-color css
<style>
span { border-color: #068A08; }
span { border-color: rgb(6,138,8); }
td.TdClassName
{
border-color: #068A08;
}
.TagClassName
{
border-color: #068A08;
}
</style>