Shades of Jewel #077041
Tints of Jewel #077041
RGB
CMYK
RGB Variations
Color information
#077041 (or 0x077041) is known color: Jewel. HEX triplet: 07, 70 and 41. RGB value is (7,112,65). Sum of RGB (Red+Green+Blue) = 7+112+65=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #077041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077041 is #F88FBE. Grayscale: #4B4B4B. Windows color (decimal): -16289727 or 4288519. OLE color: 4288519.
HSL color Cylindrical-coordinate representation of color #077041: hue angle of 153.14º 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 #077041 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 65 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.56 |
| HSL | 153.14º | 0.88% | 0.23% | - |
| HSV(B) | 153.14º | 0.94% | 0.44% | - |
| XYZ | 6.84 | 12.02 | 6.96 | - |
| YUV | 75.25 | 122.21 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 65 | 0.94 | 0 | 0.42 | 0.56 | 153.14 | 0.88 | 0.23 |
| Hex | 7 | 70 | 41 | 5E | 0 | 2A | 38 | 99 | 58 | 17 |
| Octal | 7 | 160 | 101 | 136 | 0 | 52 | 70 | 231 | 130 | 27 |
| Binary | 111 | 1110000 | 1000001 | 1011110 | 0 | 101010 | 111000 | 10011001 | 1011000 | 10111 |
Color Harmonies of #077041
Complementary color
Monochromatic Colors of #077041
Black with #077041
Text Example
Text Example
White with #077041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077041; }
p { color: rgb(7,112,65); }
H1.HeaderClassName
{
color: #077041;
}
.AnyTagClassName
{
color: #077041;
}
</style>
background-color css
<style>
a { background-color: #077041; }
a { background-color: rgb(7,112,65); }
div.DivClassName
{
background-color: #077041;
}
.BgClassName
{
background-color: #077041;
}
</style>
border-color css
<style>
span { border-color: #077041; }
span { border-color: rgb(7,112,65); }
td.TdClassName
{
border-color: #077041;
}
.TagClassName
{
border-color: #077041;
}
</style>