Shades of Camarone #077E27
Tints of Camarone #077E27
RGB
CMYK
RGB Variations
Color information
#077E27 (or 0x077E27) is known color: Camarone. HEX triplet: 07, 7E and 27. RGB value is (7,126,39). Sum of RGB (Red+Green+Blue) = 7+126+39=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 126 (49.61% from 255 or 73.26% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 126 - color contains mainly: green. Hex color #077E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077E27 is #F881D8. Grayscale: #505050. Windows color (decimal): -16286169 or 2588167. OLE color: 2588167.
HSL color Cylindrical-coordinate representation of color #077E27: hue angle of 136.13º 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 #077E27 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 39 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.51 |
| HSL | 136.13º | 0.89% | 0.26% | - |
| HSV(B) | 136.13º | 0.94% | 0.49% | - |
| XYZ | 7.91 | 15.11 | 4.42 | - |
| YUV | 80.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 39 | 0.94 | 0 | 0.69 | 0.51 | 136.13 | 0.89 | 0.26 |
| Hex | 7 | 7E | 27 | 5E | 0 | 45 | 33 | 88 | 59 | 1A |
| Octal | 7 | 176 | 47 | 136 | 0 | 105 | 63 | 210 | 131 | 32 |
| Binary | 111 | 1111110 | 100111 | 1011110 | 0 | 1000101 | 110011 | 10001000 | 1011001 | 11010 |
Color Harmonies of #077E27
Complementary color
Monochromatic Colors of #077E27
Black with #077E27
Text Example
Text Example
White with #077E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E27; }
p { color: rgb(7,126,39); }
H1.HeaderClassName
{
color: #077E27;
}
.AnyTagClassName
{
color: #077E27;
}
</style>
background-color css
<style>
a { background-color: #077E27; }
a { background-color: rgb(7,126,39); }
div.DivClassName
{
background-color: #077E27;
}
.BgClassName
{
background-color: #077E27;
}
</style>
border-color css
<style>
span { border-color: #077E27; }
span { border-color: rgb(7,126,39); }
td.TdClassName
{
border-color: #077E27;
}
.TagClassName
{
border-color: #077E27;
}
</style>