Shades of Camarone #06752E
Tints of Camarone #06752E
RGB
CMYK
RGB Variations
Color information
#06752E (or 0x06752E) is known color: Camarone. HEX triplet: 06, 75 and 2E. RGB value is (6,117,46). Sum of RGB (Red+Green+Blue) = 6+117+46=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #06752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06752E is #F98AD1. Grayscale: #4B4B4B. Windows color (decimal): -16354002 or 3044614. OLE color: 3044614.
HSL color Cylindrical-coordinate representation of color #06752E: hue angle of 141.62º 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 #06752E is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 46 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.54 |
| HSL | 141.62º | 0.9% | 0.24% | - |
| HSV(B) | 141.62º | 0.95% | 0.46% | - |
| XYZ | 6.93 | 12.96 | 4.72 | - |
| YUV | 75.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 46 | 0.95 | 0 | 0.61 | 0.54 | 141.62 | 0.9 | 0.24 |
| Hex | 6 | 75 | 2E | 5F | 0 | 3D | 36 | 8E | 5A | 18 |
| Octal | 6 | 165 | 56 | 137 | 0 | 75 | 66 | 216 | 132 | 30 |
| Binary | 110 | 1110101 | 101110 | 1011111 | 0 | 111101 | 110110 | 10001110 | 1011010 | 11000 |
Color Harmonies of #06752E
Complementary color
Monochromatic Colors of #06752E
Black with #06752E
Text Example
Text Example
White with #06752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06752E; }
p { color: rgb(6,117,46); }
H1.HeaderClassName
{
color: #06752E;
}
.AnyTagClassName
{
color: #06752E;
}
</style>
background-color css
<style>
a { background-color: #06752E; }
a { background-color: rgb(6,117,46); }
div.DivClassName
{
background-color: #06752E;
}
.BgClassName
{
background-color: #06752E;
}
</style>
border-color css
<style>
span { border-color: #06752E; }
span { border-color: rgb(6,117,46); }
td.TdClassName
{
border-color: #06752E;
}
.TagClassName
{
border-color: #06752E;
}
</style>