Shades of Camarone #07752F
Tints of Camarone #07752F
RGB
CMYK
RGB Variations
Color information
#07752F (or 0x07752F) is known color: Camarone. HEX triplet: 07, 75 and 2F. RGB value is (7,117,47). Sum of RGB (Red+Green+Blue) = 7+117+47=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #07752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07752F is #F88AD0. Grayscale: #4C4C4C. Windows color (decimal): -16288465 or 3110151. OLE color: 3110151.
HSL color Cylindrical-coordinate representation of color #07752F: hue angle of 141.82º 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 #07752F is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 47 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.54 |
| HSL | 141.82º | 0.89% | 0.24% | - |
| HSV(B) | 141.82º | 0.94% | 0.46% | - |
| XYZ | 6.96 | 12.97 | 4.83 | - |
| YUV | 76.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 47 | 0.94 | 0 | 0.60 | 0.54 | 141.82 | 0.89 | 0.24 |
| Hex | 7 | 75 | 2F | 5E | 0 | 3C | 36 | 8E | 59 | 18 |
| Octal | 7 | 165 | 57 | 136 | 0 | 74 | 66 | 216 | 131 | 30 |
| Binary | 111 | 1110101 | 101111 | 1011110 | 0 | 111100 | 110110 | 10001110 | 1011001 | 11000 |
Color Harmonies of #07752F
Complementary color
Monochromatic Colors of #07752F
Black with #07752F
Text Example
Text Example
White with #07752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07752F; }
p { color: rgb(7,117,47); }
H1.HeaderClassName
{
color: #07752F;
}
.AnyTagClassName
{
color: #07752F;
}
</style>
background-color css
<style>
a { background-color: #07752F; }
a { background-color: rgb(7,117,47); }
div.DivClassName
{
background-color: #07752F;
}
.BgClassName
{
background-color: #07752F;
}
</style>
border-color css
<style>
span { border-color: #07752F; }
span { border-color: rgb(7,117,47); }
td.TdClassName
{
border-color: #07752F;
}
.TagClassName
{
border-color: #07752F;
}
</style>