Shades of Green #08620B
Tints of Green #08620B
RGB
CMYK
RGB Variations
Color information
#08620B (or 0x08620B) is known color: Green. HEX triplet: 08, 62 and 0B. RGB value is (8,98,11). Sum of RGB (Red+Green+Blue) = 8+98+11=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #08620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08620B is #F79DF4. Grayscale: #3D3D3D. Windows color (decimal): -16227829 or 745992. OLE color: 745992.
HSL color Cylindrical-coordinate representation of color #08620B: hue angle of 122º 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 #08620B is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 11 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.62 |
| HSL | 122º | 0.85% | 0.21% | - |
| HSV(B) | 122º | 0.92% | 0.38% | - |
| XYZ | 4.53 | 8.81 | 1.78 | - |
| YUV | 61.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 11 | 0.92 | 0 | 0.89 | 0.62 | 122 | 0.85 | 0.21 |
| Hex | 8 | 62 | B | 5C | 0 | 59 | 3E | 7A | 55 | 15 |
| Octal | 10 | 142 | 13 | 134 | 0 | 131 | 76 | 172 | 125 | 25 |
| Binary | 1000 | 1100010 | 1011 | 1011100 | 0 | 1011001 | 111110 | 1111010 | 1010101 | 10101 |
Color Harmonies of #08620B
Complementary color
Monochromatic Colors of #08620B
Black with #08620B
Text Example
Text Example
White with #08620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08620B; }
p { color: rgb(8,98,11); }
H1.HeaderClassName
{
color: #08620B;
}
.AnyTagClassName
{
color: #08620B;
}
</style>
background-color css
<style>
a { background-color: #08620B; }
a { background-color: rgb(8,98,11); }
div.DivClassName
{
background-color: #08620B;
}
.BgClassName
{
background-color: #08620B;
}
</style>
border-color css
<style>
span { border-color: #08620B; }
span { border-color: rgb(8,98,11); }
td.TdClassName
{
border-color: #08620B;
}
.TagClassName
{
border-color: #08620B;
}
</style>