Shades of Camarone #07762D
Tints of Camarone #07762D
RGB
CMYK
RGB Variations
Color information
#07762D (or 0x07762D) is known color: Camarone. HEX triplet: 07, 76 and 2D. RGB value is (7,118,45). Sum of RGB (Red+Green+Blue) = 7+118+45=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #07762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07762D is #F889D2. Grayscale: #4C4C4C. Windows color (decimal): -16288211 or 2979335. OLE color: 2979335.
HSL color Cylindrical-coordinate representation of color #07762D: hue angle of 140.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07762D is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 45 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.54 |
| HSL | 140.54º | 0.89% | 0.25% | - |
| HSV(B) | 140.54º | 0.94% | 0.46% | - |
| XYZ | 7.04 | 13.19 | 4.66 | - |
| YUV | 76.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 45 | 0.94 | 0 | 0.62 | 0.54 | 140.54 | 0.89 | 0.25 |
| Hex | 7 | 76 | 2D | 5E | 0 | 3E | 36 | 8D | 59 | 19 |
| Octal | 7 | 166 | 55 | 136 | 0 | 76 | 66 | 215 | 131 | 31 |
| Binary | 111 | 1110110 | 101101 | 1011110 | 0 | 111110 | 110110 | 10001101 | 1011001 | 11001 |
Color Harmonies of #07762D
Complementary color
Monochromatic Colors of #07762D
Black with #07762D
Text Example
Text Example
White with #07762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07762D; }
p { color: rgb(7,118,45); }
H1.HeaderClassName
{
color: #07762D;
}
.AnyTagClassName
{
color: #07762D;
}
</style>
background-color css
<style>
a { background-color: #07762D; }
a { background-color: rgb(7,118,45); }
div.DivClassName
{
background-color: #07762D;
}
.BgClassName
{
background-color: #07762D;
}
</style>
border-color css
<style>
span { border-color: #07762D; }
span { border-color: rgb(7,118,45); }
td.TdClassName
{
border-color: #07762D;
}
.TagClassName
{
border-color: #07762D;
}
</style>