Shades of Camarone #067528
Tints of Camarone #067528
RGB
CMYK
RGB Variations
Color information
#067528 (or 0x067528) is known color: Camarone. HEX triplet: 06, 75 and 28. RGB value is (6,117,40). Sum of RGB (Red+Green+Blue) = 6+117+40=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #067528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067528 is #F98AD7. Grayscale: #4B4B4B. Windows color (decimal): -16354008 or 2651398. OLE color: 2651398.
HSL color Cylindrical-coordinate representation of color #067528: hue angle of 138.38º 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 #067528 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 40 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.54 |
| HSL | 138.38º | 0.9% | 0.24% | - |
| HSV(B) | 138.38º | 0.95% | 0.46% | - |
| XYZ | 6.82 | 12.91 | 4.14 | - |
| YUV | 75.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 40 | 0.95 | 0 | 0.66 | 0.54 | 138.38 | 0.9 | 0.24 |
| Hex | 6 | 75 | 28 | 5F | 0 | 42 | 36 | 8A | 5A | 18 |
| Octal | 6 | 165 | 50 | 137 | 0 | 102 | 66 | 212 | 132 | 30 |
| Binary | 110 | 1110101 | 101000 | 1011111 | 0 | 1000010 | 110110 | 10001010 | 1011010 | 11000 |
Color Harmonies of #067528
Complementary color
Monochromatic Colors of #067528
Black with #067528
Text Example
Text Example
White with #067528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067528; }
p { color: rgb(6,117,40); }
H1.HeaderClassName
{
color: #067528;
}
.AnyTagClassName
{
color: #067528;
}
</style>
background-color css
<style>
a { background-color: #067528; }
a { background-color: rgb(6,117,40); }
div.DivClassName
{
background-color: #067528;
}
.BgClassName
{
background-color: #067528;
}
</style>
border-color css
<style>
span { border-color: #067528; }
span { border-color: rgb(6,117,40); }
td.TdClassName
{
border-color: #067528;
}
.TagClassName
{
border-color: #067528;
}
</style>