Shades of Camarone #07752B
Tints of Camarone #07752B
RGB
CMYK
RGB Variations
Color information
#07752B (or 0x07752B) is known color: Camarone. HEX triplet: 07, 75 and 2B. RGB value is (7,117,43). Sum of RGB (Red+Green+Blue) = 7+117+43=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #07752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07752B is #F88AD4. Grayscale: #4B4B4B. Windows color (decimal): -16288469 or 2848007. OLE color: 2848007.
HSL color Cylindrical-coordinate representation of color #07752B: hue angle of 139.64º 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 #07752B is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 43 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.54 |
| HSL | 139.64º | 0.89% | 0.24% | - |
| HSV(B) | 139.64º | 0.94% | 0.46% | - |
| XYZ | 6.88 | 12.94 | 4.42 | - |
| YUV | 75.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 43 | 0.94 | 0 | 0.63 | 0.54 | 139.64 | 0.89 | 0.24 |
| Hex | 7 | 75 | 2B | 5E | 0 | 3F | 36 | 8C | 59 | 18 |
| Octal | 7 | 165 | 53 | 136 | 0 | 77 | 66 | 214 | 131 | 30 |
| Binary | 111 | 1110101 | 101011 | 1011110 | 0 | 111111 | 110110 | 10001100 | 1011001 | 11000 |
Color Harmonies of #07752B
Complementary color
Monochromatic Colors of #07752B
Black with #07752B
Text Example
Text Example
White with #07752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07752B; }
p { color: rgb(7,117,43); }
H1.HeaderClassName
{
color: #07752B;
}
.AnyTagClassName
{
color: #07752B;
}
</style>
background-color css
<style>
a { background-color: #07752B; }
a { background-color: rgb(7,117,43); }
div.DivClassName
{
background-color: #07752B;
}
.BgClassName
{
background-color: #07752B;
}
</style>
border-color css
<style>
span { border-color: #07752B; }
span { border-color: rgb(7,117,43); }
td.TdClassName
{
border-color: #07752B;
}
.TagClassName
{
border-color: #07752B;
}
</style>