Shades of Green #006F17
Tints of Green #006F17
RGB
CMYK
RGB Variations
Color information
#006F17 (or 0x006F17) is known color: Green. HEX triplet: 00, 6F and 17. RGB value is (0,111,23). Sum of RGB (Red+Green+Blue) = 0+111+23=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 111 (43.75% from 255 or 82.84% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 111 - color contains mainly: green. Hex color #006F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F17 is #FF90E8. Grayscale: #444444. Windows color (decimal): -16748777 or 1535744. OLE color: 1535744.
HSL color Cylindrical-coordinate representation of color #006F17: hue angle of 132.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F17 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 23 | - |
| CMYK | 1 | 0 | 0.79 | 0.56 |
| HSL | 132.43º | 1% | 0.22% | - |
| HSV(B) | 132.43º | 1% | 0.44% | - |
| XYZ | 5.84 | 11.43 | 2.71 | - |
| YUV | 67.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 23 | 1 | 0 | 0.79 | 0.56 | 132.43 | 1 | 0.22 |
| Hex | 0 | 6F | 17 | 64 | 0 | 4F | 38 | 84 | 64 | 16 |
| Octal | 0 | 157 | 27 | 144 | 0 | 117 | 70 | 204 | 144 | 26 |
| Binary | 0 | 1101111 | 10111 | 1100100 | 0 | 1001111 | 111000 | 10000100 | 1100100 | 10110 |
Color Harmonies of #006F17
Complementary color
Monochromatic Colors of #006F17
Black with #006F17
Text Example
Text Example
White with #006F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F17; }
p { color: rgb(0,111,23); }
H1.HeaderClassName
{
color: #006F17;
}
.AnyTagClassName
{
color: #006F17;
}
</style>
background-color css
<style>
a { background-color: #006F17; }
a { background-color: rgb(0,111,23); }
div.DivClassName
{
background-color: #006F17;
}
.BgClassName
{
background-color: #006F17;
}
</style>
border-color css
<style>
span { border-color: #006F17; }
span { border-color: rgb(0,111,23); }
td.TdClassName
{
border-color: #006F17;
}
.TagClassName
{
border-color: #006F17;
}
</style>