Shades of Jewel #076D39
Tints of Jewel #076D39
RGB
CMYK
RGB Variations
Color information
#076D39 (or 0x076D39) is known color: Jewel. HEX triplet: 07, 6D and 39. RGB value is (7,109,57). Sum of RGB (Red+Green+Blue) = 7+109+57=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 109 (42.97% from 255 or 63.01% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 109 - color contains mainly: green. Hex color #076D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D39 is #F892C6. Grayscale: #484848. Windows color (decimal): -16290503 or 3763463. OLE color: 3763463.
HSL color Cylindrical-coordinate representation of color #076D39: hue angle of 149.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D39 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 57 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.57 |
| HSL | 149.41º | 0.88% | 0.23% | - |
| HSV(B) | 149.41º | 0.94% | 0.43% | - |
| XYZ | 6.29 | 11.28 | 5.72 | - |
| YUV | 72.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 57 | 0.94 | 0 | 0.48 | 0.57 | 149.41 | 0.88 | 0.23 |
| Hex | 7 | 6D | 39 | 5E | 0 | 30 | 39 | 95 | 58 | 17 |
| Octal | 7 | 155 | 71 | 136 | 0 | 60 | 71 | 225 | 130 | 27 |
| Binary | 111 | 1101101 | 111001 | 1011110 | 0 | 110000 | 111001 | 10010101 | 1011000 | 10111 |
Color Harmonies of #076D39
Complementary color
Monochromatic Colors of #076D39
Black with #076D39
Text Example
Text Example
White with #076D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D39; }
p { color: rgb(7,109,57); }
H1.HeaderClassName
{
color: #076D39;
}
.AnyTagClassName
{
color: #076D39;
}
</style>
background-color css
<style>
a { background-color: #076D39; }
a { background-color: rgb(7,109,57); }
div.DivClassName
{
background-color: #076D39;
}
.BgClassName
{
background-color: #076D39;
}
</style>
border-color css
<style>
span { border-color: #076D39; }
span { border-color: rgb(7,109,57); }
td.TdClassName
{
border-color: #076D39;
}
.TagClassName
{
border-color: #076D39;
}
</style>