Shades of Jewel #075D43
Tints of Jewel #075D43
RGB
CMYK
RGB Variations
Color information
#075D43 (or 0x075D43) is known color: Jewel. HEX triplet: 07, 5D and 43. RGB value is (7,93,67). Sum of RGB (Red+Green+Blue) = 7+93+67=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #075D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D43 is #F8A2BC. Grayscale: #404040. Windows color (decimal): -16294589 or 4414727. OLE color: 4414727.
HSL color Cylindrical-coordinate representation of color #075D43: hue angle of 161.86º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D43 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 67 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.64 |
| HSL | 161.86º | 0.86% | 0.2% | - |
| HSV(B) | 161.86º | 0.92% | 0.36% | - |
| XYZ | 5.02 | 8.28 | 6.64 | - |
| YUV | 64.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 67 | 0.92 | 0 | 0.28 | 0.64 | 161.86 | 0.86 | 0.2 |
| Hex | 7 | 5D | 43 | 5C | 0 | 1C | 40 | A2 | 56 | 14 |
| Octal | 7 | 135 | 103 | 134 | 0 | 34 | 100 | 242 | 126 | 24 |
| Binary | 111 | 1011101 | 1000011 | 1011100 | 0 | 11100 | 1000000 | 10100010 | 1010110 | 10100 |
Color Harmonies of #075D43
Complementary color
Monochromatic Colors of #075D43
Black with #075D43
Text Example
Text Example
White with #075D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D43; }
p { color: rgb(7,93,67); }
H1.HeaderClassName
{
color: #075D43;
}
.AnyTagClassName
{
color: #075D43;
}
</style>
background-color css
<style>
a { background-color: #075D43; }
a { background-color: rgb(7,93,67); }
div.DivClassName
{
background-color: #075D43;
}
.BgClassName
{
background-color: #075D43;
}
</style>
border-color css
<style>
span { border-color: #075D43; }
span { border-color: rgb(7,93,67); }
td.TdClassName
{
border-color: #075D43;
}
.TagClassName
{
border-color: #075D43;
}
</style>