Shades of Camarone #07742F
Tints of Camarone #07742F
RGB
CMYK
RGB Variations
Color information
#07742F (or 0x07742F) is known color: Camarone. HEX triplet: 07, 74 and 2F. RGB value is (7,116,47). Sum of RGB (Red+Green+Blue) = 7+116+47=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #07742F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07742F is #F88BD0. Grayscale: #4B4B4B. Windows color (decimal): -16288721 or 3109895. OLE color: 3109895.
HSL color Cylindrical-coordinate representation of color #07742F: hue angle of 142.02º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07742F is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 47 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.55 |
| HSL | 142.02º | 0.89% | 0.24% | - |
| HSV(B) | 142.02º | 0.94% | 0.45% | - |
| XYZ | 6.85 | 12.74 | 4.79 | - |
| YUV | 75.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 47 | 0.94 | 0 | 0.59 | 0.55 | 142.02 | 0.89 | 0.24 |
| Hex | 7 | 74 | 2F | 5E | 0 | 3B | 37 | 8E | 59 | 18 |
| Octal | 7 | 164 | 57 | 136 | 0 | 73 | 67 | 216 | 131 | 30 |
| Binary | 111 | 1110100 | 101111 | 1011110 | 0 | 111011 | 110111 | 10001110 | 1011001 | 11000 |
Color Harmonies of #07742F
Complementary color
Monochromatic Colors of #07742F
Black with #07742F
Text Example
Text Example
White with #07742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07742F; }
p { color: rgb(7,116,47); }
H1.HeaderClassName
{
color: #07742F;
}
.AnyTagClassName
{
color: #07742F;
}
</style>
background-color css
<style>
a { background-color: #07742F; }
a { background-color: rgb(7,116,47); }
div.DivClassName
{
background-color: #07742F;
}
.BgClassName
{
background-color: #07742F;
}
</style>
border-color css
<style>
span { border-color: #07742F; }
span { border-color: rgb(7,116,47); }
td.TdClassName
{
border-color: #07742F;
}
.TagClassName
{
border-color: #07742F;
}
</style>