Shades of Green #006F14
Tints of Green #006F14
RGB
CMYK
RGB Variations
Color information
#006F14 (or 0x006F14) is known color: Green. HEX triplet: 00, 6F and 14. RGB value is (0,111,20). Sum of RGB (Red+Green+Blue) = 0+111+20=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 111 (43.75% from 255 or 84.73% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 111 - color contains mainly: green. Hex color #006F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F14 is #FF90EB. Grayscale: #434343. Windows color (decimal): -16748780 or 1339136. OLE color: 1339136.
HSL color Cylindrical-coordinate representation of color #006F14: hue angle of 130.81º 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 #006F14 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 20 | - |
| CMYK | 1 | 0 | 0.82 | 0.56 |
| HSL | 130.81º | 1% | 0.22% | - |
| HSV(B) | 130.81º | 1% | 0.44% | - |
| XYZ | 5.81 | 11.42 | 2.56 | - |
| YUV | 67.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 20 | 1 | 0 | 0.82 | 0.56 | 130.81 | 1 | 0.22 |
| Hex | 0 | 6F | 14 | 64 | 0 | 52 | 38 | 83 | 64 | 16 |
| Octal | 0 | 157 | 24 | 144 | 0 | 122 | 70 | 203 | 144 | 26 |
| Binary | 0 | 1101111 | 10100 | 1100100 | 0 | 1010010 | 111000 | 10000011 | 1100100 | 10110 |
Color Harmonies of #006F14
Complementary color
Monochromatic Colors of #006F14
Black with #006F14
Text Example
Text Example
White with #006F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F14; }
p { color: rgb(0,111,20); }
H1.HeaderClassName
{
color: #006F14;
}
.AnyTagClassName
{
color: #006F14;
}
</style>
background-color css
<style>
a { background-color: #006F14; }
a { background-color: rgb(0,111,20); }
div.DivClassName
{
background-color: #006F14;
}
.BgClassName
{
background-color: #006F14;
}
</style>
border-color css
<style>
span { border-color: #006F14; }
span { border-color: rgb(0,111,20); }
td.TdClassName
{
border-color: #006F14;
}
.TagClassName
{
border-color: #006F14;
}
</style>