Shades of Green #068B06
Tints of Green #068B06
RGB
CMYK
RGB Variations
Color information
#068B06 (or 0x068B06) is known color: Green. HEX triplet: 06, 8B and 06. RGB value is (6,139,6). Sum of RGB (Red+Green+Blue) = 6+139+6=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 139 (54.69% from 255 or 92.05% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 139 - color contains mainly: green. Hex color #068B06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068B06 is #F974F9. Grayscale: #545454. Windows color (decimal): -16348410 or 428806. OLE color: 428806.
HSL color Cylindrical-coordinate representation of color #068B06: hue angle of 120º 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 #068B06 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 6 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.45 |
| HSL | 120º | 0.92% | 0.28% | - |
| HSV(B) | 120º | 0.96% | 0.55% | - |
| XYZ | 9.34 | 18.52 | 3.25 | - |
| YUV | 84.07 | 83.94 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 6 | 0.96 | 0 | 0.96 | 0.45 | 120 | 0.92 | 0.28 |
| Hex | 6 | 8B | 6 | 60 | 0 | 60 | 2D | 78 | 5C | 1C |
| Octal | 6 | 213 | 6 | 140 | 0 | 140 | 55 | 170 | 134 | 34 |
| Binary | 110 | 10001011 | 110 | 1100000 | 0 | 1100000 | 101101 | 1111000 | 1011100 | 11100 |
Color Harmonies of #068B06
Complementary color
Monochromatic Colors of #068B06
Black with #068B06
Text Example
Text Example
White with #068B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B06; }
p { color: rgb(6,139,6); }
H1.HeaderClassName
{
color: #068B06;
}
.AnyTagClassName
{
color: #068B06;
}
</style>
background-color css
<style>
a { background-color: #068B06; }
a { background-color: rgb(6,139,6); }
div.DivClassName
{
background-color: #068B06;
}
.BgClassName
{
background-color: #068B06;
}
</style>
border-color css
<style>
span { border-color: #068B06; }
span { border-color: rgb(6,139,6); }
td.TdClassName
{
border-color: #068B06;
}
.TagClassName
{
border-color: #068B06;
}
</style>