Shades of Dark Green #072722
Tints of Dark Green #072722
RGB
CMYK
RGB Variations
Color information
#072722 (or 0x072722) is known color: Dark Green. HEX triplet: 07, 27 and 22. RGB value is (7,39,34). Sum of RGB (Red+Green+Blue) = 7+39+34=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #072722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072722 is #F8D8DD. Grayscale: #1C1C1C. Windows color (decimal): -16308446 or 2238215. OLE color: 2238215.
HSL color Cylindrical-coordinate representation of color #072722: hue angle of 170.62º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072722 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 34 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.85 |
| HSL | 170.63º | 0.7% | 0.09% | - |
| HSV(B) | 170.63º | 0.82% | 0.15% | - |
| XYZ | 1.1 | 1.61 | 1.77 | - |
| YUV | 28.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 34 | 0.82 | 0 | 0.13 | 0.85 | 170.63 | 0.7 | 0.09 |
| Hex | 7 | 27 | 22 | 52 | 0 | D | 55 | AB | 46 | 9 |
| Octal | 7 | 47 | 42 | 122 | 0 | 15 | 125 | 253 | 106 | 11 |
| Binary | 111 | 100111 | 100010 | 1010010 | 0 | 1101 | 1010101 | 10101011 | 1000110 | 1001 |
Color Harmonies of #072722
Complementary color
Monochromatic Colors of #072722
Black with #072722
Text Example
Text Example
White with #072722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072722; }
p { color: rgb(7,39,34); }
H1.HeaderClassName
{
color: #072722;
}
.AnyTagClassName
{
color: #072722;
}
</style>
background-color css
<style>
a { background-color: #072722; }
a { background-color: rgb(7,39,34); }
div.DivClassName
{
background-color: #072722;
}
.BgClassName
{
background-color: #072722;
}
</style>
border-color css
<style>
span { border-color: #072722; }
span { border-color: rgb(7,39,34); }
td.TdClassName
{
border-color: #072722;
}
.TagClassName
{
border-color: #072722;
}
</style>