Shades of Green #006F13
Tints of Green #006F13
RGB
CMYK
RGB Variations
Color information
#006F13 (or 0x006F13) is known color: Green. HEX triplet: 00, 6F and 13. RGB value is (0,111,19). Sum of RGB (Red+Green+Blue) = 0+111+19=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 111 (43.75% from 255 or 85.38% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 111 - color contains mainly: green. Hex color #006F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F13 is #FF90EC. Grayscale: #434343. Windows color (decimal): -16748781 or 1273600. OLE color: 1273600.
HSL color Cylindrical-coordinate representation of color #006F13: hue angle of 130.27º 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 #006F13 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 19 | - |
| CMYK | 1 | 0 | 0.83 | 0.56 |
| HSL | 130.27º | 1% | 0.22% | - |
| HSV(B) | 130.27º | 1% | 0.44% | - |
| XYZ | 5.8 | 11.42 | 2.51 | - |
| YUV | 67.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 19 | 1 | 0 | 0.83 | 0.56 | 130.27 | 1 | 0.22 |
| Hex | 0 | 6F | 13 | 64 | 0 | 53 | 38 | 82 | 64 | 16 |
| Octal | 0 | 157 | 23 | 144 | 0 | 123 | 70 | 202 | 144 | 26 |
| Binary | 0 | 1101111 | 10011 | 1100100 | 0 | 1010011 | 111000 | 10000010 | 1100100 | 10110 |
Color Harmonies of #006F13
Complementary color
Monochromatic Colors of #006F13
Black with #006F13
Text Example
Text Example
White with #006F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F13; }
p { color: rgb(0,111,19); }
H1.HeaderClassName
{
color: #006F13;
}
.AnyTagClassName
{
color: #006F13;
}
</style>
background-color css
<style>
a { background-color: #006F13; }
a { background-color: rgb(0,111,19); }
div.DivClassName
{
background-color: #006F13;
}
.BgClassName
{
background-color: #006F13;
}
</style>
border-color css
<style>
span { border-color: #006F13; }
span { border-color: rgb(0,111,19); }
td.TdClassName
{
border-color: #006F13;
}
.TagClassName
{
border-color: #006F13;
}
</style>