Shades of Jewel #076741
Tints of Jewel #076741
RGB
CMYK
RGB Variations
Color information
#076741 (or 0x076741) is known color: Jewel. HEX triplet: 07, 67 and 41. RGB value is (7,103,65). Sum of RGB (Red+Green+Blue) = 7+103+65=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #076741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076741 is #F898BE. Grayscale: #464646. Windows color (decimal): -16292031 or 4286215. OLE color: 4286215.
HSL color Cylindrical-coordinate representation of color #076741: hue angle of 156.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076741 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 65 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.60 |
| HSL | 156.25º | 0.87% | 0.22% | - |
| HSV(B) | 156.25º | 0.93% | 0.4% | - |
| XYZ | 5.89 | 10.13 | 6.65 | - |
| YUV | 69.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 65 | 0.93 | 0 | 0.37 | 0.60 | 156.25 | 0.87 | 0.22 |
| Hex | 7 | 67 | 41 | 5D | 0 | 25 | 3C | 9C | 57 | 16 |
| Octal | 7 | 147 | 101 | 135 | 0 | 45 | 74 | 234 | 127 | 26 |
| Binary | 111 | 1100111 | 1000001 | 1011101 | 0 | 100101 | 111100 | 10011100 | 1010111 | 10110 |
Color Harmonies of #076741
Complementary color
Monochromatic Colors of #076741
Black with #076741
Text Example
Text Example
White with #076741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076741; }
p { color: rgb(7,103,65); }
H1.HeaderClassName
{
color: #076741;
}
.AnyTagClassName
{
color: #076741;
}
</style>
background-color css
<style>
a { background-color: #076741; }
a { background-color: rgb(7,103,65); }
div.DivClassName
{
background-color: #076741;
}
.BgClassName
{
background-color: #076741;
}
</style>
border-color css
<style>
span { border-color: #076741; }
span { border-color: rgb(7,103,65); }
td.TdClassName
{
border-color: #076741;
}
.TagClassName
{
border-color: #076741;
}
</style>