Shades of Camarone #07762C
Tints of Camarone #07762C
RGB
CMYK
RGB Variations
Color information
#07762C (or 0x07762C) is known color: Camarone. HEX triplet: 07, 76 and 2C. RGB value is (7,118,44). Sum of RGB (Red+Green+Blue) = 7+118+44=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #07762C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07762C is #F889D3. Grayscale: #4C4C4C. Windows color (decimal): -16288212 or 2913799. OLE color: 2913799.
HSL color Cylindrical-coordinate representation of color #07762C: hue angle of 140º 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 #07762C is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 44 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.54 |
| HSL | 140º | 0.89% | 0.25% | - |
| HSV(B) | 140º | 0.94% | 0.46% | - |
| XYZ | 7.02 | 13.18 | 4.56 | - |
| YUV | 76.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 44 | 0.94 | 0 | 0.63 | 0.54 | 140 | 0.89 | 0.25 |
| Hex | 7 | 76 | 2C | 5E | 0 | 3F | 36 | 8C | 59 | 19 |
| Octal | 7 | 166 | 54 | 136 | 0 | 77 | 66 | 214 | 131 | 31 |
| Binary | 111 | 1110110 | 101100 | 1011110 | 0 | 111111 | 110110 | 10001100 | 1011001 | 11001 |
Color Harmonies of #07762C
Complementary color
Monochromatic Colors of #07762C
Black with #07762C
Text Example
Text Example
White with #07762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07762C; }
p { color: rgb(7,118,44); }
H1.HeaderClassName
{
color: #07762C;
}
.AnyTagClassName
{
color: #07762C;
}
</style>
background-color css
<style>
a { background-color: #07762C; }
a { background-color: rgb(7,118,44); }
div.DivClassName
{
background-color: #07762C;
}
.BgClassName
{
background-color: #07762C;
}
</style>
border-color css
<style>
span { border-color: #07762C; }
span { border-color: rgb(7,118,44); }
td.TdClassName
{
border-color: #07762C;
}
.TagClassName
{
border-color: #07762C;
}
</style>