Shades of Camarone #067B24
Tints of Camarone #067B24
RGB
CMYK
RGB Variations
Color information
#067B24 (or 0x067B24) is known color: Camarone. HEX triplet: 06, 7B and 24. RGB value is (6,123,36). Sum of RGB (Red+Green+Blue) = 6+123+36=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 123 (48.44% from 255 or 74.55% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 123 - color contains mainly: green. Hex color #067B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067B24 is #F984DB. Grayscale: #4E4E4E. Windows color (decimal): -16352476 or 2390790. OLE color: 2390790.
HSL color Cylindrical-coordinate representation of color #067B24: hue angle of 135.38º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067B24 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 123 | 36 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.52 |
| HSL | 135.38º | 0.91% | 0.25% | - |
| HSV(B) | 135.38º | 0.95% | 0.48% | - |
| XYZ | 7.48 | 14.33 | 4.04 | - |
| YUV | 78.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 36 | 0.95 | 0 | 0.71 | 0.52 | 135.38 | 0.91 | 0.25 |
| Hex | 6 | 7B | 24 | 5F | 0 | 47 | 34 | 87 | 5B | 19 |
| Octal | 6 | 173 | 44 | 137 | 0 | 107 | 64 | 207 | 133 | 31 |
| Binary | 110 | 1111011 | 100100 | 1011111 | 0 | 1000111 | 110100 | 10000111 | 1011011 | 11001 |
Color Harmonies of #067B24
Complementary color
Monochromatic Colors of #067B24
Black with #067B24
Text Example
Text Example
White with #067B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B24; }
p { color: rgb(6,123,36); }
H1.HeaderClassName
{
color: #067B24;
}
.AnyTagClassName
{
color: #067B24;
}
</style>
background-color css
<style>
a { background-color: #067B24; }
a { background-color: rgb(6,123,36); }
div.DivClassName
{
background-color: #067B24;
}
.BgClassName
{
background-color: #067B24;
}
</style>
border-color css
<style>
span { border-color: #067B24; }
span { border-color: rgb(6,123,36); }
td.TdClassName
{
border-color: #067B24;
}
.TagClassName
{
border-color: #067B24;
}
</style>