Shades of Jewel #075841
Tints of Jewel #075841
RGB
CMYK
RGB Variations
Color information
#075841 (or 0x075841) is known color: Jewel. HEX triplet: 07, 58 and 41. RGB value is (7,88,65). Sum of RGB (Red+Green+Blue) = 7+88+65=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #075841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075841 is #F8A7BE. Grayscale: #3D3D3D. Windows color (decimal): -16295871 or 4282375. OLE color: 4282375.
HSL color Cylindrical-coordinate representation of color #075841: hue angle of 162.96º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075841 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 65 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.65 |
| HSL | 162.96º | 0.85% | 0.19% | - |
| HSV(B) | 162.96º | 0.92% | 0.35% | - |
| XYZ | 4.53 | 7.41 | 6.19 | - |
| YUV | 61.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 65 | 0.92 | 0 | 0.26 | 0.65 | 162.96 | 0.85 | 0.19 |
| Hex | 7 | 58 | 41 | 5C | 0 | 1A | 41 | A3 | 55 | 13 |
| Octal | 7 | 130 | 101 | 134 | 0 | 32 | 101 | 243 | 125 | 23 |
| Binary | 111 | 1011000 | 1000001 | 1011100 | 0 | 11010 | 1000001 | 10100011 | 1010101 | 10011 |
Color Harmonies of #075841
Complementary color
Monochromatic Colors of #075841
Black with #075841
Text Example
Text Example
White with #075841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075841; }
p { color: rgb(7,88,65); }
H1.HeaderClassName
{
color: #075841;
}
.AnyTagClassName
{
color: #075841;
}
</style>
background-color css
<style>
a { background-color: #075841; }
a { background-color: rgb(7,88,65); }
div.DivClassName
{
background-color: #075841;
}
.BgClassName
{
background-color: #075841;
}
</style>
border-color css
<style>
span { border-color: #075841; }
span { border-color: rgb(7,88,65); }
td.TdClassName
{
border-color: #075841;
}
.TagClassName
{
border-color: #075841;
}
</style>