Shades of Green #066C19
Tints of Green #066C19
RGB
CMYK
RGB Variations
Color information
#066C19 (or 0x066C19) is known color: Green. HEX triplet: 06, 6C and 19. RGB value is (6,108,25). Sum of RGB (Red+Green+Blue) = 6+108+25=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 108 (42.58% from 255 or 77.70% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 108 - color contains mainly: green. Hex color #066C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C19 is #F993E6. Grayscale: #444444. Windows color (decimal): -16356327 or 1666054. OLE color: 1666054.
HSL color Cylindrical-coordinate representation of color #066C19: hue angle of 131.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C19 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 25 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.58 |
| HSL | 131.18º | 0.89% | 0.22% | - |
| HSV(B) | 131.18º | 0.94% | 0.42% | - |
| XYZ | 5.61 | 10.83 | 2.72 | - |
| YUV | 68.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 25 | 0.94 | 0 | 0.77 | 0.58 | 131.18 | 0.89 | 0.22 |
| Hex | 6 | 6C | 19 | 5E | 0 | 4D | 3A | 83 | 59 | 16 |
| Octal | 6 | 154 | 31 | 136 | 0 | 115 | 72 | 203 | 131 | 26 |
| Binary | 110 | 1101100 | 11001 | 1011110 | 0 | 1001101 | 111010 | 10000011 | 1011001 | 10110 |
Color Harmonies of #066C19
Complementary color
Monochromatic Colors of #066C19
Black with #066C19
Text Example
Text Example
White with #066C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C19; }
p { color: rgb(6,108,25); }
H1.HeaderClassName
{
color: #066C19;
}
.AnyTagClassName
{
color: #066C19;
}
</style>
background-color css
<style>
a { background-color: #066C19; }
a { background-color: rgb(6,108,25); }
div.DivClassName
{
background-color: #066C19;
}
.BgClassName
{
background-color: #066C19;
}
</style>
border-color css
<style>
span { border-color: #066C19; }
span { border-color: rgb(6,108,25); }
td.TdClassName
{
border-color: #066C19;
}
.TagClassName
{
border-color: #066C19;
}
</style>