Shades of Jewel #076F3A
Tints of Jewel #076F3A
RGB
CMYK
RGB Variations
Color information
#076F3A (or 0x076F3A) is known color: Jewel. HEX triplet: 07, 6F and 3A. RGB value is (7,111,58). Sum of RGB (Red+Green+Blue) = 7+111+58=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #076F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F3A is #F890C5. Grayscale: #494949. Windows color (decimal): -16289990 or 3829511. OLE color: 3829511.
HSL color Cylindrical-coordinate representation of color #076F3A: hue angle of 149.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F3A is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 58 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.56 |
| HSL | 149.42º | 0.88% | 0.23% | - |
| HSV(B) | 149.42º | 0.94% | 0.44% | - |
| XYZ | 6.54 | 11.72 | 5.92 | - |
| YUV | 73.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 58 | 0.94 | 0 | 0.48 | 0.56 | 149.42 | 0.88 | 0.23 |
| Hex | 7 | 6F | 3A | 5E | 0 | 30 | 38 | 95 | 58 | 17 |
| Octal | 7 | 157 | 72 | 136 | 0 | 60 | 70 | 225 | 130 | 27 |
| Binary | 111 | 1101111 | 111010 | 1011110 | 0 | 110000 | 111000 | 10010101 | 1011000 | 10111 |
Color Harmonies of #076F3A
Complementary color
Monochromatic Colors of #076F3A
Black with #076F3A
Text Example
Text Example
White with #076F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F3A; }
p { color: rgb(7,111,58); }
H1.HeaderClassName
{
color: #076F3A;
}
.AnyTagClassName
{
color: #076F3A;
}
</style>
background-color css
<style>
a { background-color: #076F3A; }
a { background-color: rgb(7,111,58); }
div.DivClassName
{
background-color: #076F3A;
}
.BgClassName
{
background-color: #076F3A;
}
</style>
border-color css
<style>
span { border-color: #076F3A; }
span { border-color: rgb(7,111,58); }
td.TdClassName
{
border-color: #076F3A;
}
.TagClassName
{
border-color: #076F3A;
}
</style>