Shades of Green #00690E
Tints of Green #00690E
RGB
CMYK
RGB Variations
Color information
#00690E (or 0x00690E) is known color: Green. HEX triplet: 00, 69 and 0E. RGB value is (0,105,14). Sum of RGB (Red+Green+Blue) = 0+105+14=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 105 (41.41% from 255 or 88.24% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 105 - color contains mainly: green. Hex color #00690E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00690E is #FF96F1. Grayscale: #3F3F3F. Windows color (decimal): -16750322 or 944384. OLE color: 944384.
HSL color Cylindrical-coordinate representation of color #00690E: hue angle of 128º 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 #00690E is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 14 | - |
| CMYK | 1 | 0 | 0.87 | 0.59 |
| HSL | 128º | 1% | 0.21% | - |
| HSV(B) | 128º | 1% | 0.41% | - |
| XYZ | 5.13 | 10.13 | 2.1 | - |
| YUV | 63.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 14 | 1 | 0 | 0.87 | 0.59 | 128 | 1 | 0.21 |
| Hex | 0 | 69 | E | 64 | 0 | 57 | 3B | 80 | 64 | 15 |
| Octal | 0 | 151 | 16 | 144 | 0 | 127 | 73 | 200 | 144 | 25 |
| Binary | 0 | 1101001 | 1110 | 1100100 | 0 | 1010111 | 111011 | 10000000 | 1100100 | 10101 |
Color Harmonies of #00690E
Complementary color
Monochromatic Colors of #00690E
Black with #00690E
Text Example
Text Example
White with #00690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00690E; }
p { color: rgb(0,105,14); }
H1.HeaderClassName
{
color: #00690E;
}
.AnyTagClassName
{
color: #00690E;
}
</style>
background-color css
<style>
a { background-color: #00690E; }
a { background-color: rgb(0,105,14); }
div.DivClassName
{
background-color: #00690E;
}
.BgClassName
{
background-color: #00690E;
}
</style>
border-color css
<style>
span { border-color: #00690E; }
span { border-color: rgb(0,105,14); }
td.TdClassName
{
border-color: #00690E;
}
.TagClassName
{
border-color: #00690E;
}
</style>