Shades of Jewel #075942
Tints of Jewel #075942
RGB
CMYK
RGB Variations
Color information
#075942 (or 0x075942) is known color: Jewel. HEX triplet: 07, 59 and 42. RGB value is (7,89,66). Sum of RGB (Red+Green+Blue) = 7+89+66=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #075942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075942 is #F8A6BD. Grayscale: #3D3D3D. Windows color (decimal): -16295614 or 4348167. OLE color: 4348167.
HSL color Cylindrical-coordinate representation of color #075942: hue angle of 163.17º 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 #075942 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 89 | 66 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.65 |
| HSL | 163.17º | 0.85% | 0.19% | - |
| HSV(B) | 163.17º | 0.92% | 0.35% | - |
| XYZ | 4.64 | 7.58 | 6.37 | - |
| YUV | 61.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 66 | 0.92 | 0 | 0.26 | 0.65 | 163.17 | 0.85 | 0.19 |
| Hex | 7 | 59 | 42 | 5C | 0 | 1A | 41 | A3 | 55 | 13 |
| Octal | 7 | 131 | 102 | 134 | 0 | 32 | 101 | 243 | 125 | 23 |
| Binary | 111 | 1011001 | 1000010 | 1011100 | 0 | 11010 | 1000001 | 10100011 | 1010101 | 10011 |
Color Harmonies of #075942
Complementary color
Monochromatic Colors of #075942
Black with #075942
Text Example
Text Example
White with #075942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075942; }
p { color: rgb(7,89,66); }
H1.HeaderClassName
{
color: #075942;
}
.AnyTagClassName
{
color: #075942;
}
</style>
background-color css
<style>
a { background-color: #075942; }
a { background-color: rgb(7,89,66); }
div.DivClassName
{
background-color: #075942;
}
.BgClassName
{
background-color: #075942;
}
</style>
border-color css
<style>
span { border-color: #075942; }
span { border-color: rgb(7,89,66); }
td.TdClassName
{
border-color: #075942;
}
.TagClassName
{
border-color: #075942;
}
</style>