Shades of Green #006F07
Tints of Green #006F07
RGB
CMYK
RGB Variations
Color information
#006F07 (or 0x006F07) is known color: Green. HEX triplet: 00, 6F and 07. RGB value is (0,111,7). Sum of RGB (Red+Green+Blue) = 0+111+7=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 111 (43.75% from 255 or 94.07% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 111 - color contains mainly: green. Hex color #006F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F07 is #FF90F8. Grayscale: #424242. Windows color (decimal): -16748793 or 487168. OLE color: 487168.
HSL color Cylindrical-coordinate representation of color #006F07: hue angle of 123.78º 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 #006F07 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 7 | - |
| CMYK | 1 | 0 | 0.94 | 0.56 |
| HSL | 123.78º | 1% | 0.22% | - |
| HSV(B) | 123.78º | 1% | 0.44% | - |
| XYZ | 5.72 | 11.38 | 2.1 | - |
| YUV | 65.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 7 | 1 | 0 | 0.94 | 0.56 | 123.78 | 1 | 0.22 |
| Hex | 0 | 6F | 7 | 64 | 0 | 5E | 38 | 7C | 64 | 16 |
| Octal | 0 | 157 | 7 | 144 | 0 | 136 | 70 | 174 | 144 | 26 |
| Binary | 0 | 1101111 | 111 | 1100100 | 0 | 1011110 | 111000 | 1111100 | 1100100 | 10110 |
Color Harmonies of #006F07
Complementary color
Monochromatic Colors of #006F07
Black with #006F07
Text Example
Text Example
White with #006F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F07; }
p { color: rgb(0,111,7); }
H1.HeaderClassName
{
color: #006F07;
}
.AnyTagClassName
{
color: #006F07;
}
</style>
background-color css
<style>
a { background-color: #006F07; }
a { background-color: rgb(0,111,7); }
div.DivClassName
{
background-color: #006F07;
}
.BgClassName
{
background-color: #006F07;
}
</style>
border-color css
<style>
span { border-color: #006F07; }
span { border-color: rgb(0,111,7); }
td.TdClassName
{
border-color: #006F07;
}
.TagClassName
{
border-color: #006F07;
}
</style>