Shades of Camarone #06772D
Tints of Camarone #06772D
RGB
CMYK
RGB Variations
Color information
#06772D (or 0x06772D) is known color: Camarone. HEX triplet: 06, 77 and 2D. RGB value is (6,119,45). Sum of RGB (Red+Green+Blue) = 6+119+45=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #06772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06772D is #F988D2. Grayscale: #4C4C4C. Windows color (decimal): -16353491 or 2979590. OLE color: 2979590.
HSL color Cylindrical-coordinate representation of color #06772D: hue angle of 140.71º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06772D is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 45 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.53 |
| HSL | 140.71º | 0.9% | 0.25% | - |
| HSV(B) | 140.71º | 0.95% | 0.47% | - |
| XYZ | 7.15 | 13.42 | 4.7 | - |
| YUV | 76.78 | 110.06 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 45 | 0.95 | 0 | 0.62 | 0.53 | 140.71 | 0.9 | 0.25 |
| Hex | 6 | 77 | 2D | 5F | 0 | 3E | 35 | 8D | 5A | 19 |
| Octal | 6 | 167 | 55 | 137 | 0 | 76 | 65 | 215 | 132 | 31 |
| Binary | 110 | 1110111 | 101101 | 1011111 | 0 | 111110 | 110101 | 10001101 | 1011010 | 11001 |
Color Harmonies of #06772D
Complementary color
Monochromatic Colors of #06772D
Black with #06772D
Text Example
Text Example
White with #06772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06772D; }
p { color: rgb(6,119,45); }
H1.HeaderClassName
{
color: #06772D;
}
.AnyTagClassName
{
color: #06772D;
}
</style>
background-color css
<style>
a { background-color: #06772D; }
a { background-color: rgb(6,119,45); }
div.DivClassName
{
background-color: #06772D;
}
.BgClassName
{
background-color: #06772D;
}
</style>
border-color css
<style>
span { border-color: #06772D; }
span { border-color: rgb(6,119,45); }
td.TdClassName
{
border-color: #06772D;
}
.TagClassName
{
border-color: #06772D;
}
</style>