Shades of Green #08620E
Tints of Green #08620E
RGB
CMYK
RGB Variations
Color information
#08620E (or 0x08620E) is known color: Green. HEX triplet: 08, 62 and 0E. RGB value is (8,98,14). Sum of RGB (Red+Green+Blue) = 8+98+14=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #08620E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08620E is #F79DF1. Grayscale: #3D3D3D. Windows color (decimal): -16227826 or 942600. OLE color: 942600.
HSL color Cylindrical-coordinate representation of color #08620E: hue angle of 124º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08620E is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 14 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.62 |
| HSL | 124º | 0.85% | 0.21% | - |
| HSV(B) | 124º | 0.92% | 0.38% | - |
| XYZ | 4.55 | 8.82 | 1.88 | - |
| YUV | 61.51 | 101.18 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 14 | 0.92 | 0 | 0.86 | 0.62 | 124 | 0.85 | 0.21 |
| Hex | 8 | 62 | E | 5C | 0 | 56 | 3E | 7C | 55 | 15 |
| Octal | 10 | 142 | 16 | 134 | 0 | 126 | 76 | 174 | 125 | 25 |
| Binary | 1000 | 1100010 | 1110 | 1011100 | 0 | 1010110 | 111110 | 1111100 | 1010101 | 10101 |
Color Harmonies of #08620E
Complementary color
Monochromatic Colors of #08620E
Black with #08620E
Text Example
Text Example
White with #08620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08620E; }
p { color: rgb(8,98,14); }
H1.HeaderClassName
{
color: #08620E;
}
.AnyTagClassName
{
color: #08620E;
}
</style>
background-color css
<style>
a { background-color: #08620E; }
a { background-color: rgb(8,98,14); }
div.DivClassName
{
background-color: #08620E;
}
.BgClassName
{
background-color: #08620E;
}
</style>
border-color css
<style>
span { border-color: #08620E; }
span { border-color: rgb(8,98,14); }
td.TdClassName
{
border-color: #08620E;
}
.TagClassName
{
border-color: #08620E;
}
</style>