Shades of Green #00690D
Tints of Green #00690D
RGB
CMYK
RGB Variations
Color information
#00690D (or 0x00690D) is known color: Green. HEX triplet: 00, 69 and 0D. RGB value is (0,105,13). Sum of RGB (Red+Green+Blue) = 0+105+13=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 105 (41.41% from 255 or 88.98% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 105 - color contains mainly: green. Hex color #00690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00690D is #FF96F2. Grayscale: #3F3F3F. Windows color (decimal): -16750323 or 878848. OLE color: 878848.
HSL color Cylindrical-coordinate representation of color #00690D: hue angle of 127.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00690D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 13 | - |
| CMYK | 1 | 0 | 0.88 | 0.59 |
| HSL | 127.43º | 1% | 0.21% | - |
| HSV(B) | 127.43º | 1% | 0.41% | - |
| XYZ | 5.12 | 10.13 | 2.07 | - |
| YUV | 63.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 13 | 1 | 0 | 0.88 | 0.59 | 127.43 | 1 | 0.21 |
| Hex | 0 | 69 | D | 64 | 0 | 58 | 3B | 7F | 64 | 15 |
| Octal | 0 | 151 | 15 | 144 | 0 | 130 | 73 | 177 | 144 | 25 |
| Binary | 0 | 1101001 | 1101 | 1100100 | 0 | 1011000 | 111011 | 1111111 | 1100100 | 10101 |
Color Harmonies of #00690D
Complementary color
Monochromatic Colors of #00690D
Black with #00690D
Text Example
Text Example
White with #00690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00690D; }
p { color: rgb(0,105,13); }
H1.HeaderClassName
{
color: #00690D;
}
.AnyTagClassName
{
color: #00690D;
}
</style>
background-color css
<style>
a { background-color: #00690D; }
a { background-color: rgb(0,105,13); }
div.DivClassName
{
background-color: #00690D;
}
.BgClassName
{
background-color: #00690D;
}
</style>
border-color css
<style>
span { border-color: #00690D; }
span { border-color: rgb(0,105,13); }
td.TdClassName
{
border-color: #00690D;
}
.TagClassName
{
border-color: #00690D;
}
</style>