Shades of Green #006701
Tints of Green #006701
RGB
CMYK
RGB Variations
Color information
#006701 (or 0x006701) is known color: Green. HEX triplet: 00, 67 and 01. RGB value is (0,103,1). Sum of RGB (Red+Green+Blue) = 0+103+1=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 103 (40.62% from 255 or 99.04% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 103 - color contains mainly: green. Hex color #006701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006701 is #FF98FE. Grayscale: #3C3C3C. Windows color (decimal): -16750847 or 91904. OLE color: 91904.
HSL color Cylindrical-coordinate representation of color #006701: hue angle of 120.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006701 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.60 |
| HSL | 120.58º | 1% | 0.2% | - |
| HSV(B) | 120.58º | 1% | 0.4% | - |
| XYZ | 4.86 | 9.7 | 1.65 | - |
| YUV | 60.58 | 94.38 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 1 | 1 | 0 | 0.99 | 0.60 | 120.58 | 1 | 0.2 |
| Hex | 0 | 67 | 1 | 64 | 0 | 63 | 3C | 79 | 64 | 14 |
| Octal | 0 | 147 | 1 | 144 | 0 | 143 | 74 | 171 | 144 | 24 |
| Binary | 0 | 1100111 | 1 | 1100100 | 0 | 1100011 | 111100 | 1111001 | 1100100 | 10100 |
Color Harmonies of #006701
Complementary color
Monochromatic Colors of #006701
Black with #006701
Text Example
Text Example
White with #006701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006701; }
p { color: rgb(0,103,1); }
H1.HeaderClassName
{
color: #006701;
}
.AnyTagClassName
{
color: #006701;
}
</style>
background-color css
<style>
a { background-color: #006701; }
a { background-color: rgb(0,103,1); }
div.DivClassName
{
background-color: #006701;
}
.BgClassName
{
background-color: #006701;
}
</style>
border-color css
<style>
span { border-color: #006701; }
span { border-color: rgb(0,103,1); }
td.TdClassName
{
border-color: #006701;
}
.TagClassName
{
border-color: #006701;
}
</style>