Shades of Green #006F00
Tints of Green #006F00
RGB
CMYK
RGB Variations
Color information
#006F00 (or 0x006F00) is known color: Green. HEX triplet: 00, 6F and 00. RGB value is (0,111,0). Sum of RGB (Red+Green+Blue) = 0+111+0=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 111 (43.75% from 255 or 100% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 111 - color contains mainly: green. Hex color #006F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F00 is #FF90FF. Grayscale: #414141. Windows color (decimal): -16748800 or 28416. OLE color: 28416.
HSL color Cylindrical-coordinate representation of color #006F00: hue angle of 120º 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 #006F00 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.56 |
| HSL | 120º | 1% | 0.22% | - |
| HSV(B) | 120º | 1% | 0.44% | - |
| XYZ | 5.68 | 11.37 | 1.89 | - |
| YUV | 65.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 0 | 1 | 0 | 1 | 0.56 | 120 | 1 | 0.22 |
| Hex | 0 | 6F | 0 | 64 | 0 | 64 | 38 | 78 | 64 | 16 |
| Octal | 0 | 157 | 0 | 144 | 0 | 144 | 70 | 170 | 144 | 26 |
| Binary | 0 | 1101111 | 0 | 1100100 | 0 | 1100100 | 111000 | 1111000 | 1100100 | 10110 |
Color Harmonies of #006F00
Complementary color
Monochromatic Colors of #006F00
Black with #006F00
Text Example
Text Example
White with #006F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F00; }
p { color: rgb(0,111,0); }
H1.HeaderClassName
{
color: #006F00;
}
.AnyTagClassName
{
color: #006F00;
}
</style>
background-color css
<style>
a { background-color: #006F00; }
a { background-color: rgb(0,111,0); }
div.DivClassName
{
background-color: #006F00;
}
.BgClassName
{
background-color: #006F00;
}
</style>
border-color css
<style>
span { border-color: #006F00; }
span { border-color: rgb(0,111,0); }
td.TdClassName
{
border-color: #006F00;
}
.TagClassName
{
border-color: #006F00;
}
</style>