Shades of Green #006907
Tints of Green #006907
RGB
CMYK
RGB Variations
Color information
#006907 (or 0x006907) is known color: Green. HEX triplet: 00, 69 and 07. RGB value is (0,105,7). Sum of RGB (Red+Green+Blue) = 0+105+7=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 105 (41.41% from 255 or 93.75% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 105 - color contains mainly: green. Hex color #006907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006907 is #FF96F8. Grayscale: #3E3E3E. Windows color (decimal): -16750329 or 485632. OLE color: 485632.
HSL color Cylindrical-coordinate representation of color #006907: hue angle of 124º 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 #006907 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 7 | - |
| CMYK | 1 | 0 | 0.93 | 0.59 |
| HSL | 124º | 1% | 0.21% | - |
| HSV(B) | 124º | 1% | 0.41% | - |
| XYZ | 5.09 | 10.12 | 1.89 | - |
| YUV | 62.43 | 96.71 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 7 | 1 | 0 | 0.93 | 0.59 | 124 | 1 | 0.21 |
| Hex | 0 | 69 | 7 | 64 | 0 | 5D | 3B | 7C | 64 | 15 |
| Octal | 0 | 151 | 7 | 144 | 0 | 135 | 73 | 174 | 144 | 25 |
| Binary | 0 | 1101001 | 111 | 1100100 | 0 | 1011101 | 111011 | 1111100 | 1100100 | 10101 |
Color Harmonies of #006907
Complementary color
Monochromatic Colors of #006907
Black with #006907
Text Example
Text Example
White with #006907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006907; }
p { color: rgb(0,105,7); }
H1.HeaderClassName
{
color: #006907;
}
.AnyTagClassName
{
color: #006907;
}
</style>
background-color css
<style>
a { background-color: #006907; }
a { background-color: rgb(0,105,7); }
div.DivClassName
{
background-color: #006907;
}
.BgClassName
{
background-color: #006907;
}
</style>
border-color css
<style>
span { border-color: #006907; }
span { border-color: rgb(0,105,7); }
td.TdClassName
{
border-color: #006907;
}
.TagClassName
{
border-color: #006907;
}
</style>