Shades of Camarone #067E26
Tints of Camarone #067E26
RGB
CMYK
RGB Variations
Color information
#067E26 (or 0x067E26) is known color: Camarone. HEX triplet: 06, 7E and 26. RGB value is (6,126,38). Sum of RGB (Red+Green+Blue) = 6+126+38=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 126 (49.61% from 255 or 74.12% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 126 - color contains mainly: green. Hex color #067E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067E26 is #F981D9. Grayscale: #505050. Windows color (decimal): -16351706 or 2522630. OLE color: 2522630.
HSL color Cylindrical-coordinate representation of color #067E26: hue angle of 136º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E26 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 38 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.51 |
| HSL | 136º | 0.91% | 0.26% | - |
| HSV(B) | 136º | 0.95% | 0.49% | - |
| XYZ | 7.89 | 15.1 | 4.33 | - |
| YUV | 80.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 38 | 0.95 | 0 | 0.70 | 0.51 | 136 | 0.91 | 0.26 |
| Hex | 6 | 7E | 26 | 5F | 0 | 46 | 33 | 88 | 5B | 1A |
| Octal | 6 | 176 | 46 | 137 | 0 | 106 | 63 | 210 | 133 | 32 |
| Binary | 110 | 1111110 | 100110 | 1011111 | 0 | 1000110 | 110011 | 10001000 | 1011011 | 11010 |
Color Harmonies of #067E26
Complementary color
Monochromatic Colors of #067E26
Black with #067E26
Text Example
Text Example
White with #067E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E26; }
p { color: rgb(6,126,38); }
H1.HeaderClassName
{
color: #067E26;
}
.AnyTagClassName
{
color: #067E26;
}
</style>
background-color css
<style>
a { background-color: #067E26; }
a { background-color: rgb(6,126,38); }
div.DivClassName
{
background-color: #067E26;
}
.BgClassName
{
background-color: #067E26;
}
</style>
border-color css
<style>
span { border-color: #067E26; }
span { border-color: rgb(6,126,38); }
td.TdClassName
{
border-color: #067E26;
}
.TagClassName
{
border-color: #067E26;
}
</style>