Shades of Jewel #076444
Tints of Jewel #076444
RGB
CMYK
RGB Variations
Color information
#076444 (or 0x076444) is known color: Jewel. HEX triplet: 07, 64 and 44. RGB value is (7,100,68). Sum of RGB (Red+Green+Blue) = 7+100+68=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #076444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076444 is #F89BBB. Grayscale: #444444. Windows color (decimal): -16292796 or 4482055. OLE color: 4482055.
HSL color Cylindrical-coordinate representation of color #076444: hue angle of 159.35º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076444 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 68 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.61 |
| HSL | 159.35º | 0.87% | 0.21% | - |
| HSV(B) | 159.35º | 0.93% | 0.39% | - |
| XYZ | 5.69 | 9.58 | 7.02 | - |
| YUV | 68.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 68 | 0.93 | 0 | 0.32 | 0.61 | 159.35 | 0.87 | 0.21 |
| Hex | 7 | 64 | 44 | 5D | 0 | 20 | 3D | 9F | 57 | 15 |
| Octal | 7 | 144 | 104 | 135 | 0 | 40 | 75 | 237 | 127 | 25 |
| Binary | 111 | 1100100 | 1000100 | 1011101 | 0 | 100000 | 111101 | 10011111 | 1010111 | 10101 |
Color Harmonies of #076444
Complementary color
Monochromatic Colors of #076444
Black with #076444
Text Example
Text Example
White with #076444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076444; }
p { color: rgb(7,100,68); }
H1.HeaderClassName
{
color: #076444;
}
.AnyTagClassName
{
color: #076444;
}
</style>
background-color css
<style>
a { background-color: #076444; }
a { background-color: rgb(7,100,68); }
div.DivClassName
{
background-color: #076444;
}
.BgClassName
{
background-color: #076444;
}
</style>
border-color css
<style>
span { border-color: #076444; }
span { border-color: rgb(7,100,68); }
td.TdClassName
{
border-color: #076444;
}
.TagClassName
{
border-color: #076444;
}
</style>