Shades of Camarone #067C2A
Tints of Camarone #067C2A
RGB
CMYK
RGB Variations
Color information
#067C2A (or 0x067C2A) is known color: Camarone. HEX triplet: 06, 7C and 2A. RGB value is (6,124,42). Sum of RGB (Red+Green+Blue) = 6+124+42=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #067C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C2A is #F983D5. Grayscale: #4F4F4F. Windows color (decimal): -16352214 or 2784262. OLE color: 2784262.
HSL color Cylindrical-coordinate representation of color #067C2A: hue angle of 138.31º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C2A is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 42 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.51 |
| HSL | 138.31º | 0.91% | 0.25% | - |
| HSV(B) | 138.31º | 0.95% | 0.49% | - |
| XYZ | 7.7 | 14.62 | 4.61 | - |
| YUV | 79.37 | 106.91 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 42 | 0.95 | 0 | 0.66 | 0.51 | 138.31 | 0.91 | 0.25 |
| Hex | 6 | 7C | 2A | 5F | 0 | 42 | 33 | 8A | 5B | 19 |
| Octal | 6 | 174 | 52 | 137 | 0 | 102 | 63 | 212 | 133 | 31 |
| Binary | 110 | 1111100 | 101010 | 1011111 | 0 | 1000010 | 110011 | 10001010 | 1011011 | 11001 |
Color Harmonies of #067C2A
Complementary color
Monochromatic Colors of #067C2A
Black with #067C2A
Text Example
Text Example
White with #067C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C2A; }
p { color: rgb(6,124,42); }
H1.HeaderClassName
{
color: #067C2A;
}
.AnyTagClassName
{
color: #067C2A;
}
</style>
background-color css
<style>
a { background-color: #067C2A; }
a { background-color: rgb(6,124,42); }
div.DivClassName
{
background-color: #067C2A;
}
.BgClassName
{
background-color: #067C2A;
}
</style>
border-color css
<style>
span { border-color: #067C2A; }
span { border-color: rgb(6,124,42); }
td.TdClassName
{
border-color: #067C2A;
}
.TagClassName
{
border-color: #067C2A;
}
</style>