Shades of Camarone #067D25
Tints of Camarone #067D25
RGB
CMYK
RGB Variations
Color information
#067D25 (or 0x067D25) is known color: Camarone. HEX triplet: 06, 7D and 25. RGB value is (6,125,37). Sum of RGB (Red+Green+Blue) = 6+125+37=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 125 (49.22% from 255 or 74.40% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 125 - color contains mainly: green. Hex color #067D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067D25 is #F982DA. Grayscale: #4F4F4F. Windows color (decimal): -16351963 or 2456838. OLE color: 2456838.
HSL color Cylindrical-coordinate representation of color #067D25: hue angle of 135.63º 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 #067D25 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 125 | 37 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.51 |
| HSL | 135.63º | 0.91% | 0.26% | - |
| HSV(B) | 135.63º | 0.95% | 0.49% | - |
| XYZ | 7.74 | 14.84 | 4.21 | - |
| YUV | 79.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 37 | 0.95 | 0 | 0.70 | 0.51 | 135.63 | 0.91 | 0.26 |
| Hex | 6 | 7D | 25 | 5F | 0 | 46 | 33 | 88 | 5B | 1A |
| Octal | 6 | 175 | 45 | 137 | 0 | 106 | 63 | 210 | 133 | 32 |
| Binary | 110 | 1111101 | 100101 | 1011111 | 0 | 1000110 | 110011 | 10001000 | 1011011 | 11010 |
Color Harmonies of #067D25
Complementary color
Monochromatic Colors of #067D25
Black with #067D25
Text Example
Text Example
White with #067D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067D25; }
p { color: rgb(6,125,37); }
H1.HeaderClassName
{
color: #067D25;
}
.AnyTagClassName
{
color: #067D25;
}
</style>
background-color css
<style>
a { background-color: #067D25; }
a { background-color: rgb(6,125,37); }
div.DivClassName
{
background-color: #067D25;
}
.BgClassName
{
background-color: #067D25;
}
</style>
border-color css
<style>
span { border-color: #067D25; }
span { border-color: rgb(6,125,37); }
td.TdClassName
{
border-color: #067D25;
}
.TagClassName
{
border-color: #067D25;
}
</style>