Shades of Jewel #076A3E
Tints of Jewel #076A3E
RGB
CMYK
RGB Variations
Color information
#076A3E (or 0x076A3E) is known color: Jewel. HEX triplet: 07, 6A and 3E. RGB value is (7,106,62). Sum of RGB (Red+Green+Blue) = 7+106+62=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 106 (41.80% from 255 or 60.57% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 106 - color contains mainly: green. Hex color #076A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A3E is #F895C1. Grayscale: #474747. Windows color (decimal): -16291266 or 4090375. OLE color: 4090375.
HSL color Cylindrical-coordinate representation of color #076A3E: hue angle of 153.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A3E is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 62 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.58 |
| HSL | 153.33º | 0.88% | 0.22% | - |
| HSV(B) | 153.33º | 0.93% | 0.42% | - |
| XYZ | 6.11 | 10.7 | 6.3 | - |
| YUV | 71.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 62 | 0.93 | 0 | 0.42 | 0.58 | 153.33 | 0.88 | 0.22 |
| Hex | 7 | 6A | 3E | 5D | 0 | 2A | 3A | 99 | 58 | 16 |
| Octal | 7 | 152 | 76 | 135 | 0 | 52 | 72 | 231 | 130 | 26 |
| Binary | 111 | 1101010 | 111110 | 1011101 | 0 | 101010 | 111010 | 10011001 | 1011000 | 10110 |
Color Harmonies of #076A3E
Complementary color
Monochromatic Colors of #076A3E
Black with #076A3E
Text Example
Text Example
White with #076A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A3E; }
p { color: rgb(7,106,62); }
H1.HeaderClassName
{
color: #076A3E;
}
.AnyTagClassName
{
color: #076A3E;
}
</style>
background-color css
<style>
a { background-color: #076A3E; }
a { background-color: rgb(7,106,62); }
div.DivClassName
{
background-color: #076A3E;
}
.BgClassName
{
background-color: #076A3E;
}
</style>
border-color css
<style>
span { border-color: #076A3E; }
span { border-color: rgb(7,106,62); }
td.TdClassName
{
border-color: #076A3E;
}
.TagClassName
{
border-color: #076A3E;
}
</style>