Shades of Jewel #077243
Tints of Jewel #077243
RGB
CMYK
RGB Variations
Color information
#077243 (or 0x077243) is known color: Jewel. HEX triplet: 07, 72 and 43. RGB value is (7,114,67). Sum of RGB (Red+Green+Blue) = 7+114+67=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #077243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077243 is #F88DBC. Grayscale: #4C4C4C. Windows color (decimal): -16289213 or 4420103. OLE color: 4420103.
HSL color Cylindrical-coordinate representation of color #077243: hue angle of 153.64º 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 #077243 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 67 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.55 |
| HSL | 153.64º | 0.88% | 0.24% | - |
| HSV(B) | 153.64º | 0.94% | 0.45% | - |
| XYZ | 7.12 | 12.49 | 7.34 | - |
| YUV | 76.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 67 | 0.94 | 0 | 0.41 | 0.55 | 153.64 | 0.88 | 0.24 |
| Hex | 7 | 72 | 43 | 5E | 0 | 29 | 37 | 9A | 58 | 18 |
| Octal | 7 | 162 | 103 | 136 | 0 | 51 | 67 | 232 | 130 | 30 |
| Binary | 111 | 1110010 | 1000011 | 1011110 | 0 | 101001 | 110111 | 10011010 | 1011000 | 11000 |
Color Harmonies of #077243
Complementary color
Monochromatic Colors of #077243
Black with #077243
Text Example
Text Example
White with #077243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077243; }
p { color: rgb(7,114,67); }
H1.HeaderClassName
{
color: #077243;
}
.AnyTagClassName
{
color: #077243;
}
</style>
background-color css
<style>
a { background-color: #077243; }
a { background-color: rgb(7,114,67); }
div.DivClassName
{
background-color: #077243;
}
.BgClassName
{
background-color: #077243;
}
</style>
border-color css
<style>
span { border-color: #077243; }
span { border-color: rgb(7,114,67); }
td.TdClassName
{
border-color: #077243;
}
.TagClassName
{
border-color: #077243;
}
</style>