Shades of Green #00690C
Tints of Green #00690C
RGB
CMYK
RGB Variations
Color information
#00690C (or 0x00690C) is known color: Green. HEX triplet: 00, 69 and 0C. RGB value is (0,105,12). Sum of RGB (Red+Green+Blue) = 0+105+12=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 105 (41.41% from 255 or 89.74% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 105 - color contains mainly: green. Hex color #00690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00690C is #FF96F3. Grayscale: #3F3F3F. Windows color (decimal): -16750324 or 813312. OLE color: 813312.
HSL color Cylindrical-coordinate representation of color #00690C: hue angle of 126.86º 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 #00690C is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 12 | - |
| CMYK | 1 | 0 | 0.89 | 0.59 |
| HSL | 126.86º | 1% | 0.21% | - |
| HSV(B) | 126.86º | 1% | 0.41% | - |
| XYZ | 5.12 | 10.13 | 2.03 | - |
| YUV | 63 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 12 | 1 | 0 | 0.89 | 0.59 | 126.86 | 1 | 0.21 |
| Hex | 0 | 69 | C | 64 | 0 | 59 | 3B | 7F | 64 | 15 |
| Octal | 0 | 151 | 14 | 144 | 0 | 131 | 73 | 177 | 144 | 25 |
| Binary | 0 | 1101001 | 1100 | 1100100 | 0 | 1011001 | 111011 | 1111111 | 1100100 | 10101 |
Color Harmonies of #00690C
Complementary color
Monochromatic Colors of #00690C
Black with #00690C
Text Example
Text Example
White with #00690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00690C; }
p { color: rgb(0,105,12); }
H1.HeaderClassName
{
color: #00690C;
}
.AnyTagClassName
{
color: #00690C;
}
</style>
background-color css
<style>
a { background-color: #00690C; }
a { background-color: rgb(0,105,12); }
div.DivClassName
{
background-color: #00690C;
}
.BgClassName
{
background-color: #00690C;
}
</style>
border-color css
<style>
span { border-color: #00690C; }
span { border-color: rgb(0,105,12); }
td.TdClassName
{
border-color: #00690C;
}
.TagClassName
{
border-color: #00690C;
}
</style>