Shades of Jewel #076B45
Tints of Jewel #076B45
RGB
CMYK
RGB Variations
Color information
#076B45 (or 0x076B45) is known color: Jewel. HEX triplet: 07, 6B and 45. RGB value is (7,107,69). Sum of RGB (Red+Green+Blue) = 7+107+69=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #076B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B45 is #F894BA. Grayscale: #484848. Windows color (decimal): -16291003 or 4549383. OLE color: 4549383.
HSL color Cylindrical-coordinate representation of color #076B45: hue angle of 157.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 #076B45 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 69 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.58 |
| HSL | 157.2º | 0.88% | 0.22% | - |
| HSV(B) | 157.2º | 0.93% | 0.42% | - |
| XYZ | 6.42 | 10.99 | 7.41 | - |
| YUV | 72.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 69 | 0.93 | 0 | 0.36 | 0.58 | 157.2 | 0.88 | 0.22 |
| Hex | 7 | 6B | 45 | 5D | 0 | 24 | 3A | 9D | 58 | 16 |
| Octal | 7 | 153 | 105 | 135 | 0 | 44 | 72 | 235 | 130 | 26 |
| Binary | 111 | 1101011 | 1000101 | 1011101 | 0 | 100100 | 111010 | 10011101 | 1011000 | 10110 |
Color Harmonies of #076B45
Complementary color
Monochromatic Colors of #076B45
Black with #076B45
Text Example
Text Example
White with #076B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B45; }
p { color: rgb(7,107,69); }
H1.HeaderClassName
{
color: #076B45;
}
.AnyTagClassName
{
color: #076B45;
}
</style>
background-color css
<style>
a { background-color: #076B45; }
a { background-color: rgb(7,107,69); }
div.DivClassName
{
background-color: #076B45;
}
.BgClassName
{
background-color: #076B45;
}
</style>
border-color css
<style>
span { border-color: #076B45; }
span { border-color: rgb(7,107,69); }
td.TdClassName
{
border-color: #076B45;
}
.TagClassName
{
border-color: #076B45;
}
</style>