Shades of Jewel #076B42
Tints of Jewel #076B42
RGB
CMYK
RGB Variations
Color information
#076B42 (or 0x076B42) is known color: Jewel. HEX triplet: 07, 6B and 42. RGB value is (7,107,66). Sum of RGB (Red+Green+Blue) = 7+107+66=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #076B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B42 is #F894BD. Grayscale: #484848. Windows color (decimal): -16291006 or 4352775. OLE color: 4352775.
HSL color Cylindrical-coordinate representation of color #076B42: hue angle of 155.4º 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 #076B42 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 66 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.58 |
| HSL | 155.4º | 0.88% | 0.22% | - |
| HSV(B) | 155.4º | 0.93% | 0.42% | - |
| XYZ | 6.33 | 10.95 | 6.94 | - |
| YUV | 72.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 66 | 0.93 | 0 | 0.38 | 0.58 | 155.4 | 0.88 | 0.22 |
| Hex | 7 | 6B | 42 | 5D | 0 | 26 | 3A | 9B | 58 | 16 |
| Octal | 7 | 153 | 102 | 135 | 0 | 46 | 72 | 233 | 130 | 26 |
| Binary | 111 | 1101011 | 1000010 | 1011101 | 0 | 100110 | 111010 | 10011011 | 1011000 | 10110 |
Color Harmonies of #076B42
Complementary color
Monochromatic Colors of #076B42
Black with #076B42
Text Example
Text Example
White with #076B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B42; }
p { color: rgb(7,107,66); }
H1.HeaderClassName
{
color: #076B42;
}
.AnyTagClassName
{
color: #076B42;
}
</style>
background-color css
<style>
a { background-color: #076B42; }
a { background-color: rgb(7,107,66); }
div.DivClassName
{
background-color: #076B42;
}
.BgClassName
{
background-color: #076B42;
}
</style>
border-color css
<style>
span { border-color: #076B42; }
span { border-color: rgb(7,107,66); }
td.TdClassName
{
border-color: #076B42;
}
.TagClassName
{
border-color: #076B42;
}
</style>