Shades of Camarone #077C2E
Tints of Camarone #077C2E
RGB
CMYK
RGB Variations
Color information
#077C2E (or 0x077C2E) is known color: Camarone. HEX triplet: 07, 7C and 2E. RGB value is (7,124,46). Sum of RGB (Red+Green+Blue) = 7+124+46=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #077C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077C2E is #F883D1. Grayscale: #505050. Windows color (decimal): -16286674 or 3046407. OLE color: 3046407.
HSL color Cylindrical-coordinate representation of color #077C2E: hue angle of 140º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077C2E is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 124 | 46 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.51 |
| HSL | 140º | 0.89% | 0.26% | - |
| HSV(B) | 140º | 0.94% | 0.49% | - |
| XYZ | 7.79 | 14.66 | 5 | - |
| YUV | 80.13 | 108.74 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 46 | 0.94 | 0 | 0.63 | 0.51 | 140 | 0.89 | 0.26 |
| Hex | 7 | 7C | 2E | 5E | 0 | 3F | 33 | 8C | 59 | 1A |
| Octal | 7 | 174 | 56 | 136 | 0 | 77 | 63 | 214 | 131 | 32 |
| Binary | 111 | 1111100 | 101110 | 1011110 | 0 | 111111 | 110011 | 10001100 | 1011001 | 11010 |
Color Harmonies of #077C2E
Complementary color
Monochromatic Colors of #077C2E
Black with #077C2E
Text Example
Text Example
White with #077C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077C2E; }
p { color: rgb(7,124,46); }
H1.HeaderClassName
{
color: #077C2E;
}
.AnyTagClassName
{
color: #077C2E;
}
</style>
background-color css
<style>
a { background-color: #077C2E; }
a { background-color: rgb(7,124,46); }
div.DivClassName
{
background-color: #077C2E;
}
.BgClassName
{
background-color: #077C2E;
}
</style>
border-color css
<style>
span { border-color: #077C2E; }
span { border-color: rgb(7,124,46); }
td.TdClassName
{
border-color: #077C2E;
}
.TagClassName
{
border-color: #077C2E;
}
</style>