Shades of Green #08670C
Tints of Green #08670C
RGB
CMYK
RGB Variations
Color information
#08670C (or 0x08670C) is known color: Green. HEX triplet: 08, 67 and 0C. RGB value is (8,103,12). Sum of RGB (Red+Green+Blue) = 8+103+12=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 103 (40.62% from 255 or 83.74% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 103 - color contains mainly: green. Hex color #08670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08670C is #F798F3. Grayscale: #404040. Windows color (decimal): -16226548 or 812808. OLE color: 812808.
HSL color Cylindrical-coordinate representation of color #08670C: hue angle of 122.53º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08670C is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 12 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.60 |
| HSL | 122.53º | 0.86% | 0.22% | - |
| HSV(B) | 122.53º | 0.92% | 0.4% | - |
| XYZ | 5.02 | 9.78 | 1.97 | - |
| YUV | 64.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 12 | 0.92 | 0 | 0.88 | 0.60 | 122.53 | 0.86 | 0.22 |
| Hex | 8 | 67 | C | 5C | 0 | 58 | 3C | 7B | 56 | 16 |
| Octal | 10 | 147 | 14 | 134 | 0 | 130 | 74 | 173 | 126 | 26 |
| Binary | 1000 | 1100111 | 1100 | 1011100 | 0 | 1011000 | 111100 | 1111011 | 1010110 | 10110 |
Color Harmonies of #08670C
Complementary color
Monochromatic Colors of #08670C
Black with #08670C
Text Example
Text Example
White with #08670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08670C; }
p { color: rgb(8,103,12); }
H1.HeaderClassName
{
color: #08670C;
}
.AnyTagClassName
{
color: #08670C;
}
</style>
background-color css
<style>
a { background-color: #08670C; }
a { background-color: rgb(8,103,12); }
div.DivClassName
{
background-color: #08670C;
}
.BgClassName
{
background-color: #08670C;
}
</style>
border-color css
<style>
span { border-color: #08670C; }
span { border-color: rgb(8,103,12); }
td.TdClassName
{
border-color: #08670C;
}
.TagClassName
{
border-color: #08670C;
}
</style>