Shades of Camarone #067523
Tints of Camarone #067523
RGB
CMYK
RGB Variations
Color information
#067523 (or 0x067523) is known color: Camarone. HEX triplet: 06, 75 and 23. RGB value is (6,117,35). Sum of RGB (Red+Green+Blue) = 6+117+35=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #067523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067523 is #F98ADC. Grayscale: #4A4A4A. Windows color (decimal): -16354013 or 2323718. OLE color: 2323718.
HSL color Cylindrical-coordinate representation of color #067523: hue angle of 135.68º 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 #067523 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 35 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.54 |
| HSL | 135.68º | 0.9% | 0.24% | - |
| HSV(B) | 135.68º | 0.95% | 0.46% | - |
| XYZ | 6.74 | 12.88 | 3.72 | - |
| YUV | 74.46 | 105.73 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 35 | 0.95 | 0 | 0.70 | 0.54 | 135.68 | 0.9 | 0.24 |
| Hex | 6 | 75 | 23 | 5F | 0 | 46 | 36 | 88 | 5A | 18 |
| Octal | 6 | 165 | 43 | 137 | 0 | 106 | 66 | 210 | 132 | 30 |
| Binary | 110 | 1110101 | 100011 | 1011111 | 0 | 1000110 | 110110 | 10001000 | 1011010 | 11000 |
Color Harmonies of #067523
Complementary color
Monochromatic Colors of #067523
Black with #067523
Text Example
Text Example
White with #067523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067523; }
p { color: rgb(6,117,35); }
H1.HeaderClassName
{
color: #067523;
}
.AnyTagClassName
{
color: #067523;
}
</style>
background-color css
<style>
a { background-color: #067523; }
a { background-color: rgb(6,117,35); }
div.DivClassName
{
background-color: #067523;
}
.BgClassName
{
background-color: #067523;
}
</style>
border-color css
<style>
span { border-color: #067523; }
span { border-color: rgb(6,117,35); }
td.TdClassName
{
border-color: #067523;
}
.TagClassName
{
border-color: #067523;
}
</style>