Shades of Jewel #076E3C
Tints of Jewel #076E3C
RGB
CMYK
RGB Variations
Color information
#076E3C (or 0x076E3C) is known color: Jewel. HEX triplet: 07, 6E and 3C. RGB value is (7,110,60). Sum of RGB (Red+Green+Blue) = 7+110+60=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 110 (43.36% from 255 or 62.15% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 110 - color contains mainly: green. Hex color #076E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076E3C is #F891C3. Grayscale: #494949. Windows color (decimal): -16290244 or 3960327. OLE color: 3960327.
HSL color Cylindrical-coordinate representation of color #076E3C: hue angle of 150.87º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E3C is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 60 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.57 |
| HSL | 150.87º | 0.88% | 0.23% | - |
| HSV(B) | 150.87º | 0.94% | 0.43% | - |
| XYZ | 6.48 | 11.52 | 6.16 | - |
| YUV | 73.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 60 | 0.94 | 0 | 0.45 | 0.57 | 150.87 | 0.88 | 0.23 |
| Hex | 7 | 6E | 3C | 5E | 0 | 2D | 39 | 97 | 58 | 17 |
| Octal | 7 | 156 | 74 | 136 | 0 | 55 | 71 | 227 | 130 | 27 |
| Binary | 111 | 1101110 | 111100 | 1011110 | 0 | 101101 | 111001 | 10010111 | 1011000 | 10111 |
Color Harmonies of #076E3C
Complementary color
Monochromatic Colors of #076E3C
Black with #076E3C
Text Example
Text Example
White with #076E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E3C; }
p { color: rgb(7,110,60); }
H1.HeaderClassName
{
color: #076E3C;
}
.AnyTagClassName
{
color: #076E3C;
}
</style>
background-color css
<style>
a { background-color: #076E3C; }
a { background-color: rgb(7,110,60); }
div.DivClassName
{
background-color: #076E3C;
}
.BgClassName
{
background-color: #076E3C;
}
</style>
border-color css
<style>
span { border-color: #076E3C; }
span { border-color: rgb(7,110,60); }
td.TdClassName
{
border-color: #076E3C;
}
.TagClassName
{
border-color: #076E3C;
}
</style>