Shades of Green #006B17
Tints of Green #006B17
RGB
CMYK
RGB Variations
Color information
#006B17 (or 0x006B17) is known color: Green. HEX triplet: 00, 6B and 17. RGB value is (0,107,23). Sum of RGB (Red+Green+Blue) = 0+107+23=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 107 (42.19% from 255 or 82.31% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 107 - color contains mainly: green. Hex color #006B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006B17 is #FF94E8. Grayscale: #414141. Windows color (decimal): -16749801 or 1534720. OLE color: 1534720.
HSL color Cylindrical-coordinate representation of color #006B17: hue angle of 132.9º 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 #006B17 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 107 | 23 | - |
| CMYK | 1 | 0 | 0.79 | 0.58 |
| HSL | 132.9º | 1% | 0.21% | - |
| HSV(B) | 132.9º | 1% | 0.42% | - |
| XYZ | 5.41 | 10.58 | 2.57 | - |
| YUV | 65.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 23 | 1 | 0 | 0.79 | 0.58 | 132.9 | 1 | 0.21 |
| Hex | 0 | 6B | 17 | 64 | 0 | 4F | 3A | 85 | 64 | 15 |
| Octal | 0 | 153 | 27 | 144 | 0 | 117 | 72 | 205 | 144 | 25 |
| Binary | 0 | 1101011 | 10111 | 1100100 | 0 | 1001111 | 111010 | 10000101 | 1100100 | 10101 |
Color Harmonies of #006B17
Complementary color
Monochromatic Colors of #006B17
Black with #006B17
Text Example
Text Example
White with #006B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B17; }
p { color: rgb(0,107,23); }
H1.HeaderClassName
{
color: #006B17;
}
.AnyTagClassName
{
color: #006B17;
}
</style>
background-color css
<style>
a { background-color: #006B17; }
a { background-color: rgb(0,107,23); }
div.DivClassName
{
background-color: #006B17;
}
.BgClassName
{
background-color: #006B17;
}
</style>
border-color css
<style>
span { border-color: #006B17; }
span { border-color: rgb(0,107,23); }
td.TdClassName
{
border-color: #006B17;
}
.TagClassName
{
border-color: #006B17;
}
</style>