Shades of Camarone #06762E
Tints of Camarone #06762E
RGB
CMYK
RGB Variations
Color information
#06762E (or 0x06762E) is known color: Camarone. HEX triplet: 06, 76 and 2E. RGB value is (6,118,46). Sum of RGB (Red+Green+Blue) = 6+118+46=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #06762E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06762E is #F989D1. Grayscale: #4C4C4C. Windows color (decimal): -16353746 or 3044870. OLE color: 3044870.
HSL color Cylindrical-coordinate representation of color #06762E: hue angle of 141.43º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06762E is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 118 | 46 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.54 |
| HSL | 141.43º | 0.9% | 0.24% | - |
| HSV(B) | 141.43º | 0.95% | 0.46% | - |
| XYZ | 7.05 | 13.19 | 4.76 | - |
| YUV | 76.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 46 | 0.95 | 0 | 0.61 | 0.54 | 141.43 | 0.9 | 0.24 |
| Hex | 6 | 76 | 2E | 5F | 0 | 3D | 36 | 8D | 5A | 18 |
| Octal | 6 | 166 | 56 | 137 | 0 | 75 | 66 | 215 | 132 | 30 |
| Binary | 110 | 1110110 | 101110 | 1011111 | 0 | 111101 | 110110 | 10001101 | 1011010 | 11000 |
Color Harmonies of #06762E
Complementary color
Monochromatic Colors of #06762E
Black with #06762E
Text Example
Text Example
White with #06762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06762E; }
p { color: rgb(6,118,46); }
H1.HeaderClassName
{
color: #06762E;
}
.AnyTagClassName
{
color: #06762E;
}
</style>
background-color css
<style>
a { background-color: #06762E; }
a { background-color: rgb(6,118,46); }
div.DivClassName
{
background-color: #06762E;
}
.BgClassName
{
background-color: #06762E;
}
</style>
border-color css
<style>
span { border-color: #06762E; }
span { border-color: rgb(6,118,46); }
td.TdClassName
{
border-color: #06762E;
}
.TagClassName
{
border-color: #06762E;
}
</style>