Shades of Jewel #077242
Tints of Jewel #077242
RGB
CMYK
RGB Variations
Color information
#077242 (or 0x077242) is known color: Jewel. HEX triplet: 07, 72 and 42. RGB value is (7,114,66). Sum of RGB (Red+Green+Blue) = 7+114+66=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #077242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077242 is #F88DBD. Grayscale: #4C4C4C. Windows color (decimal): -16289214 or 4354567. OLE color: 4354567.
HSL color Cylindrical-coordinate representation of color #077242: hue angle of 153.08º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077242 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 66 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.55 |
| HSL | 153.08º | 0.88% | 0.24% | - |
| HSV(B) | 153.08º | 0.94% | 0.45% | - |
| XYZ | 7.09 | 12.47 | 7.19 | - |
| YUV | 76.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 66 | 0.94 | 0 | 0.42 | 0.55 | 153.08 | 0.88 | 0.24 |
| Hex | 7 | 72 | 42 | 5E | 0 | 2A | 37 | 99 | 58 | 18 |
| Octal | 7 | 162 | 102 | 136 | 0 | 52 | 67 | 231 | 130 | 30 |
| Binary | 111 | 1110010 | 1000010 | 1011110 | 0 | 101010 | 110111 | 10011001 | 1011000 | 11000 |
Color Harmonies of #077242
Complementary color
Monochromatic Colors of #077242
Black with #077242
Text Example
Text Example
White with #077242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077242; }
p { color: rgb(7,114,66); }
H1.HeaderClassName
{
color: #077242;
}
.AnyTagClassName
{
color: #077242;
}
</style>
background-color css
<style>
a { background-color: #077242; }
a { background-color: rgb(7,114,66); }
div.DivClassName
{
background-color: #077242;
}
.BgClassName
{
background-color: #077242;
}
</style>
border-color css
<style>
span { border-color: #077242; }
span { border-color: rgb(7,114,66); }
td.TdClassName
{
border-color: #077242;
}
.TagClassName
{
border-color: #077242;
}
</style>