Shades of Green #066303
Tints of Green #066303
RGB
CMYK
RGB Variations
Color information
#066303 (or 0x066303) is known color: Green. HEX triplet: 06, 63 and 03. RGB value is (6,99,3). Sum of RGB (Red+Green+Blue) = 6+99+3=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 99 (39.06% from 255 or 91.67% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 99 - color contains mainly: green. Hex color #066303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066303 is #F99CFC. Grayscale: #3C3C3C. Windows color (decimal): -16358653 or 221958. OLE color: 221958.
HSL color Cylindrical-coordinate representation of color #066303: hue angle of 118.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066303 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 3 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.61 |
| HSL | 118.13º | 0.94% | 0.2% | - |
| HSV(B) | 118.13º | 0.97% | 0.39% | - |
| XYZ | 4.55 | 8.97 | 1.58 | - |
| YUV | 60.25 | 95.69 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 3 | 0.94 | 0 | 0.97 | 0.61 | 118.13 | 0.94 | 0.2 |
| Hex | 6 | 63 | 3 | 5E | 0 | 61 | 3D | 76 | 5E | 14 |
| Octal | 6 | 143 | 3 | 136 | 0 | 141 | 75 | 166 | 136 | 24 |
| Binary | 110 | 1100011 | 11 | 1011110 | 0 | 1100001 | 111101 | 1110110 | 1011110 | 10100 |
Color Harmonies of #066303
Complementary color
Monochromatic Colors of #066303
Black with #066303
Text Example
Text Example
White with #066303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066303; }
p { color: rgb(6,99,3); }
H1.HeaderClassName
{
color: #066303;
}
.AnyTagClassName
{
color: #066303;
}
</style>
background-color css
<style>
a { background-color: #066303; }
a { background-color: rgb(6,99,3); }
div.DivClassName
{
background-color: #066303;
}
.BgClassName
{
background-color: #066303;
}
</style>
border-color css
<style>
span { border-color: #066303; }
span { border-color: rgb(6,99,3); }
td.TdClassName
{
border-color: #066303;
}
.TagClassName
{
border-color: #066303;
}
</style>