Shades of Camarone #06762B
Tints of Camarone #06762B
RGB
CMYK
RGB Variations
Color information
#06762B (or 0x06762B) is known color: Camarone. HEX triplet: 06, 76 and 2B. RGB value is (6,118,43). Sum of RGB (Red+Green+Blue) = 6+118+43=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #06762B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06762B is #F989D4. Grayscale: #4C4C4C. Windows color (decimal): -16353749 or 2848262. OLE color: 2848262.
HSL color Cylindrical-coordinate representation of color #06762B: hue angle of 139.82º 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 #06762B is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 118 | 43 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.54 |
| HSL | 139.82º | 0.9% | 0.24% | - |
| HSV(B) | 139.82º | 0.95% | 0.46% | - |
| XYZ | 6.99 | 13.17 | 4.46 | - |
| YUV | 75.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 43 | 0.95 | 0 | 0.64 | 0.54 | 139.82 | 0.9 | 0.24 |
| Hex | 6 | 76 | 2B | 5F | 0 | 40 | 36 | 8C | 5A | 18 |
| Octal | 6 | 166 | 53 | 137 | 0 | 100 | 66 | 214 | 132 | 30 |
| Binary | 110 | 1110110 | 101011 | 1011111 | 0 | 1000000 | 110110 | 10001100 | 1011010 | 11000 |
Color Harmonies of #06762B
Complementary color
Monochromatic Colors of #06762B
Black with #06762B
Text Example
Text Example
White with #06762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06762B; }
p { color: rgb(6,118,43); }
H1.HeaderClassName
{
color: #06762B;
}
.AnyTagClassName
{
color: #06762B;
}
</style>
background-color css
<style>
a { background-color: #06762B; }
a { background-color: rgb(6,118,43); }
div.DivClassName
{
background-color: #06762B;
}
.BgClassName
{
background-color: #06762B;
}
</style>
border-color css
<style>
span { border-color: #06762B; }
span { border-color: rgb(6,118,43); }
td.TdClassName
{
border-color: #06762B;
}
.TagClassName
{
border-color: #06762B;
}
</style>