Shades of Camarone #07752E
Tints of Camarone #07752E
RGB
CMYK
RGB Variations
Color information
#07752E (or 0x07752E) is known color: Camarone. HEX triplet: 07, 75 and 2E. RGB value is (7,117,46). Sum of RGB (Red+Green+Blue) = 7+117+46=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #07752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07752E is #F88AD1. Grayscale: #4C4C4C. Windows color (decimal): -16288466 or 3044615. OLE color: 3044615.
HSL color Cylindrical-coordinate representation of color #07752E: hue angle of 141.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07752E is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 46 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.54 |
| HSL | 141.27º | 0.89% | 0.24% | - |
| HSV(B) | 141.27º | 0.94% | 0.46% | - |
| XYZ | 6.94 | 12.97 | 4.72 | - |
| YUV | 76.02 | 111.06 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 46 | 0.94 | 0 | 0.61 | 0.54 | 141.27 | 0.89 | 0.24 |
| Hex | 7 | 75 | 2E | 5E | 0 | 3D | 36 | 8D | 59 | 18 |
| Octal | 7 | 165 | 56 | 136 | 0 | 75 | 66 | 215 | 131 | 30 |
| Binary | 111 | 1110101 | 101110 | 1011110 | 0 | 111101 | 110110 | 10001101 | 1011001 | 11000 |
Color Harmonies of #07752E
Complementary color
Monochromatic Colors of #07752E
Black with #07752E
Text Example
Text Example
White with #07752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07752E; }
p { color: rgb(7,117,46); }
H1.HeaderClassName
{
color: #07752E;
}
.AnyTagClassName
{
color: #07752E;
}
</style>
background-color css
<style>
a { background-color: #07752E; }
a { background-color: rgb(7,117,46); }
div.DivClassName
{
background-color: #07752E;
}
.BgClassName
{
background-color: #07752E;
}
</style>
border-color css
<style>
span { border-color: #07752E; }
span { border-color: rgb(7,117,46); }
td.TdClassName
{
border-color: #07752E;
}
.TagClassName
{
border-color: #07752E;
}
</style>