Shades of Green #00680F
Tints of Green #00680F
RGB
CMYK
RGB Variations
Color information
#00680F (or 0x00680F) is known color: Green. HEX triplet: 00, 68 and 0F. RGB value is (0,104,15). Sum of RGB (Red+Green+Blue) = 0+104+15=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #00680F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00680F is #FF97F0. Grayscale: #3F3F3F. Windows color (decimal): -16750577 or 1009664. OLE color: 1009664.
HSL color Cylindrical-coordinate representation of color #00680F: hue angle of 128.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00680F is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 15 | - |
| CMYK | 1 | 0 | 0.86 | 0.59 |
| HSL | 128.65º | 1% | 0.2% | - |
| HSV(B) | 128.65º | 1% | 0.41% | - |
| XYZ | 5.04 | 9.94 | 2.1 | - |
| YUV | 62.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 15 | 1 | 0 | 0.86 | 0.59 | 128.65 | 1 | 0.2 |
| Hex | 0 | 68 | F | 64 | 0 | 56 | 3B | 81 | 64 | 14 |
| Octal | 0 | 150 | 17 | 144 | 0 | 126 | 73 | 201 | 144 | 24 |
| Binary | 0 | 1101000 | 1111 | 1100100 | 0 | 1010110 | 111011 | 10000001 | 1100100 | 10100 |
Color Harmonies of #00680F
Complementary color
Monochromatic Colors of #00680F
Black with #00680F
Text Example
Text Example
White with #00680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00680F; }
p { color: rgb(0,104,15); }
H1.HeaderClassName
{
color: #00680F;
}
.AnyTagClassName
{
color: #00680F;
}
</style>
background-color css
<style>
a { background-color: #00680F; }
a { background-color: rgb(0,104,15); }
div.DivClassName
{
background-color: #00680F;
}
.BgClassName
{
background-color: #00680F;
}
</style>
border-color css
<style>
span { border-color: #00680F; }
span { border-color: rgb(0,104,15); }
td.TdClassName
{
border-color: #00680F;
}
.TagClassName
{
border-color: #00680F;
}
</style>