Shades of Camarone #067828
Tints of Camarone #067828
RGB
CMYK
RGB Variations
Color information
#067828 (or 0x067828) is known color: Camarone. HEX triplet: 06, 78 and 28. RGB value is (6,120,40). Sum of RGB (Red+Green+Blue) = 6+120+40=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 120 (47.27% from 255 or 72.29% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 120 - color contains mainly: green. Hex color #067828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067828 is #F987D7. Grayscale: #4D4D4D. Windows color (decimal): -16353240 or 2652166. OLE color: 2652166.
HSL color Cylindrical-coordinate representation of color #067828: hue angle of 137.89º 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 #067828 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 120 | 40 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.53 |
| HSL | 137.89º | 0.9% | 0.25% | - |
| HSV(B) | 137.89º | 0.95% | 0.47% | - |
| XYZ | 7.17 | 13.62 | 4.26 | - |
| YUV | 76.79 | 107.23 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 40 | 0.95 | 0 | 0.67 | 0.53 | 137.89 | 0.9 | 0.25 |
| Hex | 6 | 78 | 28 | 5F | 0 | 43 | 35 | 8A | 5A | 19 |
| Octal | 6 | 170 | 50 | 137 | 0 | 103 | 65 | 212 | 132 | 31 |
| Binary | 110 | 1111000 | 101000 | 1011111 | 0 | 1000011 | 110101 | 10001010 | 1011010 | 11001 |
Color Harmonies of #067828
Complementary color
Monochromatic Colors of #067828
Black with #067828
Text Example
Text Example
White with #067828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067828; }
p { color: rgb(6,120,40); }
H1.HeaderClassName
{
color: #067828;
}
.AnyTagClassName
{
color: #067828;
}
</style>
background-color css
<style>
a { background-color: #067828; }
a { background-color: rgb(6,120,40); }
div.DivClassName
{
background-color: #067828;
}
.BgClassName
{
background-color: #067828;
}
</style>
border-color css
<style>
span { border-color: #067828; }
span { border-color: rgb(6,120,40); }
td.TdClassName
{
border-color: #067828;
}
.TagClassName
{
border-color: #067828;
}
</style>