Shades of Dark Green #050A07
Tints of Dark Green #050A07
RGB
CMYK
RGB Variations
Color information
#050A07 (or 0x050A07) is known color: Dark Green. HEX triplet: 05, 0A and 07. RGB value is (5,10,7). Sum of RGB (Red+Green+Blue) = 5+10+7=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 10 (4.30% from 255 or 45.45% from 22); Blue value is 7 (3.12% from 255 or 31.82% from 22); Max value from RGB is 10 - color contains mainly: green. Hex color #050A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A07 is #FAF5F8. Grayscale: #080808. Windows color (decimal): -16446969 or 461317. OLE color: 461317.
HSL color Cylindrical-coordinate representation of color #050A07: hue angle of 144º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050A07 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
RGB | 5 | 10 | 7 | - |
CMYK | 0.50 | 0 | 0.30 | 0.96 |
HSL | 144º | 0.33% | 0.03% | - |
HSV(B) | 144º | 0.5% | 0.04% | - |
XYZ | 0.21 | 0.26 | 0.24 | - |
YUV | 8.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 10 | 7 | 0.50 | 0 | 0.30 | 0.96 | 144 | 0.33 | 0.03 |
Hex | 5 | A | 7 | 32 | 0 | 1E | 60 | 90 | 21 | 3 |
Octal | 5 | 12 | 7 | 62 | 0 | 36 | 140 | 220 | 41 | 3 |
Binary | 101 | 1010 | 111 | 110010 | 0 | 11110 | 1100000 | 10010000 | 100001 | 11 |
Color Harmonies of #050A07
Complementary color
Monochromatic Colors of #050A07
Black with #050A07
Text Example
Text Example
White with #050A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A07; }
p { color: rgb(5,10,7); }
H1.HeaderClassName
{
color: #050A07;
}
.AnyTagClassName
{
color: #050A07;
}
</style>
background-color css
<style>
a { background-color: #050A07; }
a { background-color: rgb(5,10,7); }
div.DivClassName
{
background-color: #050A07;
}
.BgClassName
{
background-color: #050A07;
}
</style>
border-color css
<style>
span { border-color: #050A07; }
span { border-color: rgb(5,10,7); }
td.TdClassName
{
border-color: #050A07;
}
.TagClassName
{
border-color: #050A07;
}
</style>