Shades of Jewel #076B40
Tints of Jewel #076B40
RGB
CMYK
RGB Variations
Color information
#076B40 (or 0x076B40) is known color: Jewel. HEX triplet: 07, 6B and 40. RGB value is (7,107,64). Sum of RGB (Red+Green+Blue) = 7+107+64=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #076B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B40 is #F894BF. Grayscale: #484848. Windows color (decimal): -16291008 or 4221703. OLE color: 4221703.
HSL color Cylindrical-coordinate representation of color #076B40: hue angle of 154.2º 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 #076B40 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 64 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.58 |
| HSL | 154.2º | 0.88% | 0.22% | - |
| HSV(B) | 154.2º | 0.93% | 0.42% | - |
| XYZ | 6.27 | 10.93 | 6.63 | - |
| YUV | 72.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 64 | 0.93 | 0 | 0.40 | 0.58 | 154.2 | 0.88 | 0.22 |
| Hex | 7 | 6B | 40 | 5D | 0 | 28 | 3A | 9A | 58 | 16 |
| Octal | 7 | 153 | 100 | 135 | 0 | 50 | 72 | 232 | 130 | 26 |
| Binary | 111 | 1101011 | 1000000 | 1011101 | 0 | 101000 | 111010 | 10011010 | 1011000 | 10110 |
Color Harmonies of #076B40
Complementary color
Monochromatic Colors of #076B40
Black with #076B40
Text Example
Text Example
White with #076B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B40; }
p { color: rgb(7,107,64); }
H1.HeaderClassName
{
color: #076B40;
}
.AnyTagClassName
{
color: #076B40;
}
</style>
background-color css
<style>
a { background-color: #076B40; }
a { background-color: rgb(7,107,64); }
div.DivClassName
{
background-color: #076B40;
}
.BgClassName
{
background-color: #076B40;
}
</style>
border-color css
<style>
span { border-color: #076B40; }
span { border-color: rgb(7,107,64); }
td.TdClassName
{
border-color: #076B40;
}
.TagClassName
{
border-color: #076B40;
}
</style>