Shades of Jewel #075A3E
Tints of Jewel #075A3E
RGB
CMYK
RGB Variations
Color information
#075A3E (or 0x075A3E) is known color: Jewel. HEX triplet: 07, 5A and 3E. RGB value is (7,90,62). Sum of RGB (Red+Green+Blue) = 7+90+62=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #075A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075A3E is #F8A5C1. Grayscale: #3E3E3E. Windows color (decimal): -16295362 or 4086279. OLE color: 4086279.
HSL color Cylindrical-coordinate representation of color #075A3E: hue angle of 159.76º degrees, saturation: 0.86, 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 #075A3E is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 90 | 62 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.65 |
| HSL | 159.76º | 0.86% | 0.19% | - |
| HSV(B) | 159.76º | 0.92% | 0.35% | - |
| XYZ | 4.61 | 7.71 | 5.8 | - |
| YUV | 61.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 62 | 0.92 | 0 | 0.31 | 0.65 | 159.76 | 0.86 | 0.19 |
| Hex | 7 | 5A | 3E | 5C | 0 | 1F | 41 | A0 | 56 | 13 |
| Octal | 7 | 132 | 76 | 134 | 0 | 37 | 101 | 240 | 126 | 23 |
| Binary | 111 | 1011010 | 111110 | 1011100 | 0 | 11111 | 1000001 | 10100000 | 1010110 | 10011 |
Color Harmonies of #075A3E
Complementary color
Monochromatic Colors of #075A3E
Black with #075A3E
Text Example
Text Example
White with #075A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A3E; }
p { color: rgb(7,90,62); }
H1.HeaderClassName
{
color: #075A3E;
}
.AnyTagClassName
{
color: #075A3E;
}
</style>
background-color css
<style>
a { background-color: #075A3E; }
a { background-color: rgb(7,90,62); }
div.DivClassName
{
background-color: #075A3E;
}
.BgClassName
{
background-color: #075A3E;
}
</style>
border-color css
<style>
span { border-color: #075A3E; }
span { border-color: rgb(7,90,62); }
td.TdClassName
{
border-color: #075A3E;
}
.TagClassName
{
border-color: #075A3E;
}
</style>