Shades of Dark Green #090C0B
Tints of Dark Green #090C0B
RGB
CMYK
RGB Variations
Color information
#090C0B (or 0x090C0B) is known color: Dark Green. HEX triplet: 09, 0C and 0B. RGB value is (9,12,11). Sum of RGB (Red+Green+Blue) = 9+12+11=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 12 - color contains mainly: green. Hex color #090C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C0B is #F6F3F4. Grayscale: #0A0A0A. Windows color (decimal): -16184309 or 723977. OLE color: 723977.
HSL color Cylindrical-coordinate representation of color #090C0B: hue angle of 160º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #090C0B is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 12 | 11 | - |
CMYK | 0.25 | 0 | 0.08 | 0.95 |
HSL | 160º | 0.14% | 0.04% | - |
HSV(B) | 160º | 0.25% | 0.05% | - |
XYZ | 0.3 | 0.35 | 0.37 | - |
YUV | 10.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 12 | 11 | 0.25 | 0 | 0.08 | 0.95 | 160 | 0.14 | 0.04 |
Hex | 9 | C | B | 19 | 0 | 8 | 5F | A0 | E | 4 |
Octal | 11 | 14 | 13 | 31 | 0 | 10 | 137 | 240 | 16 | 4 |
Binary | 1001 | 1100 | 1011 | 11001 | 0 | 1000 | 1011111 | 10100000 | 1110 | 100 |
Color Harmonies of #090C0B
Complementary color
Monochromatic Colors of #090C0B
Black with #090C0B
Text Example
Text Example
White with #090C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C0B; }
p { color: rgb(9,12,11); }
H1.HeaderClassName
{
color: #090C0B;
}
.AnyTagClassName
{
color: #090C0B;
}
</style>
background-color css
<style>
a { background-color: #090C0B; }
a { background-color: rgb(9,12,11); }
div.DivClassName
{
background-color: #090C0B;
}
.BgClassName
{
background-color: #090C0B;
}
</style>
border-color css
<style>
span { border-color: #090C0B; }
span { border-color: rgb(9,12,11); }
td.TdClassName
{
border-color: #090C0B;
}
.TagClassName
{
border-color: #090C0B;
}
</style>