Shades of Green #068203
Tints of Green #068203
RGB
CMYK
RGB Variations
Color information
#068203 (or 0x068203) is known color: Green. HEX triplet: 06, 82 and 03. RGB value is (6,130,3). Sum of RGB (Red+Green+Blue) = 6+130+3=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 130 (51.17% from 255 or 93.53% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 130 - color contains mainly: green. Hex color #068203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068203 is #F97DFC. Grayscale: #4E4E4E. Windows color (decimal): -16350717 or 229894. OLE color: 229894.
HSL color Cylindrical-coordinate representation of color #068203: hue angle of 118.58º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068203 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 3 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.49 |
| HSL | 118.58º | 0.95% | 0.26% | - |
| HSV(B) | 118.58º | 0.98% | 0.51% | - |
| XYZ | 8.07 | 16.01 | 2.75 | - |
| YUV | 78.45 | 85.42 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 3 | 0.95 | 0 | 0.98 | 0.49 | 118.58 | 0.95 | 0.26 |
| Hex | 6 | 82 | 3 | 5F | 0 | 62 | 31 | 77 | 5F | 1A |
| Octal | 6 | 202 | 3 | 137 | 0 | 142 | 61 | 167 | 137 | 32 |
| Binary | 110 | 10000010 | 11 | 1011111 | 0 | 1100010 | 110001 | 1110111 | 1011111 | 11010 |
Color Harmonies of #068203
Complementary color
Monochromatic Colors of #068203
Black with #068203
Text Example
Text Example
White with #068203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068203; }
p { color: rgb(6,130,3); }
H1.HeaderClassName
{
color: #068203;
}
.AnyTagClassName
{
color: #068203;
}
</style>
background-color css
<style>
a { background-color: #068203; }
a { background-color: rgb(6,130,3); }
div.DivClassName
{
background-color: #068203;
}
.BgClassName
{
background-color: #068203;
}
</style>
border-color css
<style>
span { border-color: #068203; }
span { border-color: rgb(6,130,3); }
td.TdClassName
{
border-color: #068203;
}
.TagClassName
{
border-color: #068203;
}
</style>