Shades of Dark Green #060B08
Tints of Dark Green #060B08
RGB
CMYK
RGB Variations
Color information
#060B08 (or 0x060B08) is known color: Dark Green. HEX triplet: 06, 0B and 08. RGB value is (6,11,8). Sum of RGB (Red+Green+Blue) = 6+11+8=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #060B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B08 is #F9F4F7. Grayscale: #090909. Windows color (decimal): -16381176 or 527110. OLE color: 527110.
HSL color Cylindrical-coordinate representation of color #060B08: hue angle of 144º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #060B08 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 6 | 11 | 8 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.96 |
| HSL | 144º | 0.29% | 0.03% | - |
| HSV(B) | 144º | 0.45% | 0.04% | - |
| XYZ | 0.24 | 0.3 | 0.27 | - |
| YUV | 9.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 8 | 0.45 | 0 | 0.27 | 0.96 | 144 | 0.29 | 0.03 |
| Hex | 6 | B | 8 | 2D | 0 | 1B | 60 | 90 | 1D | 3 |
| Octal | 6 | 13 | 10 | 55 | 0 | 33 | 140 | 220 | 35 | 3 |
| Binary | 110 | 1011 | 1000 | 101101 | 0 | 11011 | 1100000 | 10010000 | 11101 | 11 |
Color Harmonies of #060B08
Complementary color
Monochromatic Colors of #060B08
Black with #060B08
Text Example
Text Example
White with #060B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B08; }
p { color: rgb(6,11,8); }
H1.HeaderClassName
{
color: #060B08;
}
.AnyTagClassName
{
color: #060B08;
}
</style>
background-color css
<style>
a { background-color: #060B08; }
a { background-color: rgb(6,11,8); }
div.DivClassName
{
background-color: #060B08;
}
.BgClassName
{
background-color: #060B08;
}
</style>
border-color css
<style>
span { border-color: #060B08; }
span { border-color: rgb(6,11,8); }
td.TdClassName
{
border-color: #060B08;
}
.TagClassName
{
border-color: #060B08;
}
</style>