Shades of Green #068B05
Tints of Green #068B05
RGB
CMYK
RGB Variations
Color information
#068B05 (or 0x068B05) is known color: Green. HEX triplet: 06, 8B and 05. RGB value is (6,139,5). Sum of RGB (Red+Green+Blue) = 6+139+5=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 139 (54.69% from 255 or 92.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 139 - color contains mainly: green. Hex color #068B05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068B05 is #F974FA. Grayscale: #545454. Windows color (decimal): -16348411 or 363270. OLE color: 363270.
HSL color Cylindrical-coordinate representation of color #068B05: hue angle of 119.55º degrees, saturation: 0.93, 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 #068B05 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 5 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.45 |
| HSL | 119.55º | 0.93% | 0.28% | - |
| HSV(B) | 119.55º | 0.96% | 0.55% | - |
| XYZ | 9.34 | 18.51 | 3.23 | - |
| YUV | 83.96 | 83.44 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 5 | 0.96 | 0 | 0.96 | 0.45 | 119.55 | 0.93 | 0.28 |
| Hex | 6 | 8B | 5 | 60 | 0 | 60 | 2D | 78 | 5D | 1C |
| Octal | 6 | 213 | 5 | 140 | 0 | 140 | 55 | 170 | 135 | 34 |
| Binary | 110 | 10001011 | 101 | 1100000 | 0 | 1100000 | 101101 | 1111000 | 1011101 | 11100 |
Color Harmonies of #068B05
Complementary color
Monochromatic Colors of #068B05
Black with #068B05
Text Example
Text Example
White with #068B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B05; }
p { color: rgb(6,139,5); }
H1.HeaderClassName
{
color: #068B05;
}
.AnyTagClassName
{
color: #068B05;
}
</style>
background-color css
<style>
a { background-color: #068B05; }
a { background-color: rgb(6,139,5); }
div.DivClassName
{
background-color: #068B05;
}
.BgClassName
{
background-color: #068B05;
}
</style>
border-color css
<style>
span { border-color: #068B05; }
span { border-color: rgb(6,139,5); }
td.TdClassName
{
border-color: #068B05;
}
.TagClassName
{
border-color: #068B05;
}
</style>