Shades of Green #00680B
Tints of Green #00680B
RGB
CMYK
RGB Variations
Color information
#00680B (or 0x00680B) is known color: Green. HEX triplet: 00, 68 and 0B. RGB value is (0,104,11). Sum of RGB (Red+Green+Blue) = 0+104+11=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 104 (41.02% from 255 or 90.43% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 104 - color contains mainly: green. Hex color #00680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00680B is #FF97F4. Grayscale: #3E3E3E. Windows color (decimal): -16750581 or 747520. OLE color: 747520.
HSL color Cylindrical-coordinate representation of color #00680B: hue angle of 126.35º 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 #00680B is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 11 | - |
| CMYK | 1 | 0 | 0.89 | 0.59 |
| HSL | 126.35º | 1% | 0.2% | - |
| HSV(B) | 126.35º | 1% | 0.41% | - |
| XYZ | 5.01 | 9.92 | 1.97 | - |
| YUV | 62.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 11 | 1 | 0 | 0.89 | 0.59 | 126.35 | 1 | 0.2 |
| Hex | 0 | 68 | B | 64 | 0 | 59 | 3B | 7E | 64 | 14 |
| Octal | 0 | 150 | 13 | 144 | 0 | 131 | 73 | 176 | 144 | 24 |
| Binary | 0 | 1101000 | 1011 | 1100100 | 0 | 1011001 | 111011 | 1111110 | 1100100 | 10100 |
Color Harmonies of #00680B
Complementary color
Monochromatic Colors of #00680B
Black with #00680B
Text Example
Text Example
White with #00680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00680B; }
p { color: rgb(0,104,11); }
H1.HeaderClassName
{
color: #00680B;
}
.AnyTagClassName
{
color: #00680B;
}
</style>
background-color css
<style>
a { background-color: #00680B; }
a { background-color: rgb(0,104,11); }
div.DivClassName
{
background-color: #00680B;
}
.BgClassName
{
background-color: #00680B;
}
</style>
border-color css
<style>
span { border-color: #00680B; }
span { border-color: rgb(0,104,11); }
td.TdClassName
{
border-color: #00680B;
}
.TagClassName
{
border-color: #00680B;
}
</style>