Shades of Camarone #007C29
Tints of Camarone #007C29
RGB
CMYK
RGB Variations
Color information
#007C29 (or 0x007C29) is known color: Camarone. HEX triplet: 00, 7C and 29. RGB value is (0,124,41). Sum of RGB (Red+Green+Blue) = 0+124+41=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 124 (48.83% from 255 or 75.15% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 124 - color contains mainly: green. Hex color #007C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007C29 is #FF83D6. Grayscale: #4D4D4D. Windows color (decimal): -16745431 or 2718720. OLE color: 2718720.
HSL color Cylindrical-coordinate representation of color #007C29: hue angle of 139.84º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C29 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 124 | 41 | - |
| CMYK | 1 | 0 | 0.67 | 0.51 |
| HSL | 139.84º | 1% | 0.24% | - |
| HSV(B) | 139.84º | 1% | 0.49% | - |
| XYZ | 7.61 | 14.58 | 4.51 | - |
| YUV | 77.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 41 | 1 | 0 | 0.67 | 0.51 | 139.84 | 1 | 0.24 |
| Hex | 0 | 7C | 29 | 64 | 0 | 43 | 33 | 8C | 64 | 18 |
| Octal | 0 | 174 | 51 | 144 | 0 | 103 | 63 | 214 | 144 | 30 |
| Binary | 0 | 1111100 | 101001 | 1100100 | 0 | 1000011 | 110011 | 10001100 | 1100100 | 11000 |
Color Harmonies of #007C29
Complementary color
Monochromatic Colors of #007C29
Black with #007C29
Text Example
Text Example
White with #007C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C29; }
p { color: rgb(0,124,41); }
H1.HeaderClassName
{
color: #007C29;
}
.AnyTagClassName
{
color: #007C29;
}
</style>
background-color css
<style>
a { background-color: #007C29; }
a { background-color: rgb(0,124,41); }
div.DivClassName
{
background-color: #007C29;
}
.BgClassName
{
background-color: #007C29;
}
</style>
border-color css
<style>
span { border-color: #007C29; }
span { border-color: rgb(0,124,41); }
td.TdClassName
{
border-color: #007C29;
}
.TagClassName
{
border-color: #007C29;
}
</style>