Shades of Green #068C03
Tints of Green #068C03
RGB
CMYK
RGB Variations
Color information
#068C03 (or 0x068C03) is known color: Green. HEX triplet: 06, 8C and 03. RGB value is (6,140,3). Sum of RGB (Red+Green+Blue) = 6+140+3=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 140 (55.08% from 255 or 93.96% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 140 - color contains mainly: green. Hex color #068C03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068C03 is #F973FC. Grayscale: #545454. Windows color (decimal): -16348157 or 232454. OLE color: 232454.
HSL color Cylindrical-coordinate representation of color #068C03: hue angle of 118.69º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068C03 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 140 | 3 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.45 |
| HSL | 118.69º | 0.96% | 0.28% | - |
| HSV(B) | 118.69º | 0.98% | 0.55% | - |
| XYZ | 9.47 | 18.8 | 3.22 | - |
| YUV | 84.32 | 82.11 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 3 | 0.96 | 0 | 0.98 | 0.45 | 118.69 | 0.96 | 0.28 |
| Hex | 6 | 8C | 3 | 60 | 0 | 62 | 2D | 77 | 60 | 1C |
| Octal | 6 | 214 | 3 | 140 | 0 | 142 | 55 | 167 | 140 | 34 |
| Binary | 110 | 10001100 | 11 | 1100000 | 0 | 1100010 | 101101 | 1110111 | 1100000 | 11100 |
Color Harmonies of #068C03
Complementary color
Monochromatic Colors of #068C03
Black with #068C03
Text Example
Text Example
White with #068C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C03; }
p { color: rgb(6,140,3); }
H1.HeaderClassName
{
color: #068C03;
}
.AnyTagClassName
{
color: #068C03;
}
</style>
background-color css
<style>
a { background-color: #068C03; }
a { background-color: rgb(6,140,3); }
div.DivClassName
{
background-color: #068C03;
}
.BgClassName
{
background-color: #068C03;
}
</style>
border-color css
<style>
span { border-color: #068C03; }
span { border-color: rgb(6,140,3); }
td.TdClassName
{
border-color: #068C03;
}
.TagClassName
{
border-color: #068C03;
}
</style>