Shades of Dark Green #072618
Tints of Dark Green #072618
RGB
CMYK
RGB Variations
Color information
#072618 (or 0x072618) is known color: Dark Green. HEX triplet: 07, 26 and 18. RGB value is (7,38,24). Sum of RGB (Red+Green+Blue) = 7+38+24=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #072618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072618 is #F8D9E7. Grayscale: #1B1B1B. Windows color (decimal): -16308712 or 1582599. OLE color: 1582599.
HSL color Cylindrical-coordinate representation of color #072618: hue angle of 152.9º degrees, saturation: 0.69, 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 #072618 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 38 | 24 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.85 |
| HSL | 152.9º | 0.69% | 0.09% | - |
| HSV(B) | 152.9º | 0.82% | 0.15% | - |
| XYZ | 0.95 | 1.5 | 1.1 | - |
| YUV | 27.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 24 | 0.82 | 0 | 0.37 | 0.85 | 152.9 | 0.69 | 0.09 |
| Hex | 7 | 26 | 18 | 52 | 0 | 25 | 55 | 99 | 45 | 9 |
| Octal | 7 | 46 | 30 | 122 | 0 | 45 | 125 | 231 | 105 | 11 |
| Binary | 111 | 100110 | 11000 | 1010010 | 0 | 100101 | 1010101 | 10011001 | 1000101 | 1001 |
Color Harmonies of #072618
Complementary color
Monochromatic Colors of #072618
Black with #072618
Text Example
Text Example
White with #072618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072618; }
p { color: rgb(7,38,24); }
H1.HeaderClassName
{
color: #072618;
}
.AnyTagClassName
{
color: #072618;
}
</style>
background-color css
<style>
a { background-color: #072618; }
a { background-color: rgb(7,38,24); }
div.DivClassName
{
background-color: #072618;
}
.BgClassName
{
background-color: #072618;
}
</style>
border-color css
<style>
span { border-color: #072618; }
span { border-color: rgb(7,38,24); }
td.TdClassName
{
border-color: #072618;
}
.TagClassName
{
border-color: #072618;
}
</style>