Shades of Jewel #077245
Tints of Jewel #077245
RGB
CMYK
RGB Variations
Color information
#077245 (or 0x077245) is known color: Jewel. HEX triplet: 07, 72 and 45. RGB value is (7,114,69). Sum of RGB (Red+Green+Blue) = 7+114+69=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #077245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077245 is #F88DBA. Grayscale: #4C4C4C. Windows color (decimal): -16289211 or 4551175. OLE color: 4551175.
HSL color Cylindrical-coordinate representation of color #077245: hue angle of 154.77º 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 #077245 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 69 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.55 |
| HSL | 154.77º | 0.88% | 0.24% | - |
| HSV(B) | 154.77º | 0.94% | 0.45% | - |
| XYZ | 7.18 | 12.51 | 7.67 | - |
| YUV | 76.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 69 | 0.94 | 0 | 0.39 | 0.55 | 154.77 | 0.88 | 0.24 |
| Hex | 7 | 72 | 45 | 5E | 0 | 27 | 37 | 9B | 58 | 18 |
| Octal | 7 | 162 | 105 | 136 | 0 | 47 | 67 | 233 | 130 | 30 |
| Binary | 111 | 1110010 | 1000101 | 1011110 | 0 | 100111 | 110111 | 10011011 | 1011000 | 11000 |
Color Harmonies of #077245
Complementary color
Monochromatic Colors of #077245
Black with #077245
Text Example
Text Example
White with #077245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077245; }
p { color: rgb(7,114,69); }
H1.HeaderClassName
{
color: #077245;
}
.AnyTagClassName
{
color: #077245;
}
</style>
background-color css
<style>
a { background-color: #077245; }
a { background-color: rgb(7,114,69); }
div.DivClassName
{
background-color: #077245;
}
.BgClassName
{
background-color: #077245;
}
</style>
border-color css
<style>
span { border-color: #077245; }
span { border-color: rgb(7,114,69); }
td.TdClassName
{
border-color: #077245;
}
.TagClassName
{
border-color: #077245;
}
</style>