Shades of Camarone #077D29
Tints of Camarone #077D29
RGB
CMYK
RGB Variations
Color information
#077D29 (or 0x077D29) is known color: Camarone. HEX triplet: 07, 7D and 29. RGB value is (7,125,41). Sum of RGB (Red+Green+Blue) = 7+125+41=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 125 (49.22% from 255 or 72.25% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 125 - color contains mainly: green. Hex color #077D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077D29 is #F882D6. Grayscale: #505050. Windows color (decimal): -16286423 or 2718983. OLE color: 2718983.
HSL color Cylindrical-coordinate representation of color #077D29: hue angle of 137.29º 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 #077D29 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 125 | 41 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.51 |
| HSL | 137.29º | 0.89% | 0.26% | - |
| HSV(B) | 137.29º | 0.94% | 0.49% | - |
| XYZ | 7.82 | 14.87 | 4.56 | - |
| YUV | 80.14 | 105.91 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 41 | 0.94 | 0 | 0.67 | 0.51 | 137.29 | 0.89 | 0.26 |
| Hex | 7 | 7D | 29 | 5E | 0 | 43 | 33 | 89 | 59 | 1A |
| Octal | 7 | 175 | 51 | 136 | 0 | 103 | 63 | 211 | 131 | 32 |
| Binary | 111 | 1111101 | 101001 | 1011110 | 0 | 1000011 | 110011 | 10001001 | 1011001 | 11010 |
Color Harmonies of #077D29
Complementary color
Monochromatic Colors of #077D29
Black with #077D29
Text Example
Text Example
White with #077D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D29; }
p { color: rgb(7,125,41); }
H1.HeaderClassName
{
color: #077D29;
}
.AnyTagClassName
{
color: #077D29;
}
</style>
background-color css
<style>
a { background-color: #077D29; }
a { background-color: rgb(7,125,41); }
div.DivClassName
{
background-color: #077D29;
}
.BgClassName
{
background-color: #077D29;
}
</style>
border-color css
<style>
span { border-color: #077D29; }
span { border-color: rgb(7,125,41); }
td.TdClassName
{
border-color: #077D29;
}
.TagClassName
{
border-color: #077D29;
}
</style>