Shades of Green #006908
Tints of Green #006908
RGB
CMYK
RGB Variations
Color information
#006908 (or 0x006908) is known color: Green. HEX triplet: 00, 69 and 08. RGB value is (0,105,8). Sum of RGB (Red+Green+Blue) = 0+105+8=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 105 (41.41% from 255 or 92.92% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 105 - color contains mainly: green. Hex color #006908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006908 is #FF96F7. Grayscale: #3E3E3E. Windows color (decimal): -16750328 or 551168. OLE color: 551168.
HSL color Cylindrical-coordinate representation of color #006908: hue angle of 124.57º 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 #006908 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 8 | - |
| CMYK | 1 | 0 | 0.92 | 0.59 |
| HSL | 124.57º | 1% | 0.21% | - |
| HSV(B) | 124.57º | 1% | 0.41% | - |
| XYZ | 5.1 | 10.12 | 1.91 | - |
| YUV | 62.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 8 | 1 | 0 | 0.92 | 0.59 | 124.57 | 1 | 0.21 |
| Hex | 0 | 69 | 8 | 64 | 0 | 5C | 3B | 7D | 64 | 15 |
| Octal | 0 | 151 | 10 | 144 | 0 | 134 | 73 | 175 | 144 | 25 |
| Binary | 0 | 1101001 | 1000 | 1100100 | 0 | 1011100 | 111011 | 1111101 | 1100100 | 10101 |
Color Harmonies of #006908
Complementary color
Monochromatic Colors of #006908
Black with #006908
Text Example
Text Example
White with #006908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006908; }
p { color: rgb(0,105,8); }
H1.HeaderClassName
{
color: #006908;
}
.AnyTagClassName
{
color: #006908;
}
</style>
background-color css
<style>
a { background-color: #006908; }
a { background-color: rgb(0,105,8); }
div.DivClassName
{
background-color: #006908;
}
.BgClassName
{
background-color: #006908;
}
</style>
border-color css
<style>
span { border-color: #006908; }
span { border-color: rgb(0,105,8); }
td.TdClassName
{
border-color: #006908;
}
.TagClassName
{
border-color: #006908;
}
</style>