Shades of Green #006C17
Tints of Green #006C17
RGB
CMYK
RGB Variations
Color information
#006C17 (or 0x006C17) is known color: Green. HEX triplet: 00, 6C and 17. RGB value is (0,108,23). Sum of RGB (Red+Green+Blue) = 0+108+23=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 108 (42.58% from 255 or 82.44% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 108 - color contains mainly: green. Hex color #006C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006C17 is #FF93E8. Grayscale: #424242. Windows color (decimal): -16749545 or 1534976. OLE color: 1534976.
HSL color Cylindrical-coordinate representation of color #006C17: hue angle of 132.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C17 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 108 | 23 | - |
| CMYK | 1 | 0 | 0.79 | 0.58 |
| HSL | 132.78º | 1% | 0.21% | - |
| HSV(B) | 132.78º | 1% | 0.42% | - |
| XYZ | 5.52 | 10.79 | 2.6 | - |
| YUV | 66.02 | 103.72 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 23 | 1 | 0 | 0.79 | 0.58 | 132.78 | 1 | 0.21 |
| Hex | 0 | 6C | 17 | 64 | 0 | 4F | 3A | 85 | 64 | 15 |
| Octal | 0 | 154 | 27 | 144 | 0 | 117 | 72 | 205 | 144 | 25 |
| Binary | 0 | 1101100 | 10111 | 1100100 | 0 | 1001111 | 111010 | 10000101 | 1100100 | 10101 |
Color Harmonies of #006C17
Complementary color
Monochromatic Colors of #006C17
Black with #006C17
Text Example
Text Example
White with #006C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C17; }
p { color: rgb(0,108,23); }
H1.HeaderClassName
{
color: #006C17;
}
.AnyTagClassName
{
color: #006C17;
}
</style>
background-color css
<style>
a { background-color: #006C17; }
a { background-color: rgb(0,108,23); }
div.DivClassName
{
background-color: #006C17;
}
.BgClassName
{
background-color: #006C17;
}
</style>
border-color css
<style>
span { border-color: #006C17; }
span { border-color: rgb(0,108,23); }
td.TdClassName
{
border-color: #006C17;
}
.TagClassName
{
border-color: #006C17;
}
</style>