Shades of Camarone #007A28
Tints of Camarone #007A28
RGB
CMYK
RGB Variations
Color information
#007A28 (or 0x007A28) is known color: Camarone. HEX triplet: 00, 7A and 28. RGB value is (0,122,40). Sum of RGB (Red+Green+Blue) = 0+122+40=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 122 (48.05% from 255 or 75.31% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 122 - color contains mainly: green. Hex color #007A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007A28 is #FF85D7. Grayscale: #4C4C4C. Windows color (decimal): -16745944 or 2652672. OLE color: 2652672.
HSL color Cylindrical-coordinate representation of color #007A28: hue angle of 139.67º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A28 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 122 | 40 | - |
| CMYK | 1 | 0 | 0.67 | 0.52 |
| HSL | 139.67º | 1% | 0.24% | - |
| HSV(B) | 139.67º | 1% | 0.48% | - |
| XYZ | 7.34 | 14.07 | 4.34 | - |
| YUV | 76.17 | 107.58 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 40 | 1 | 0 | 0.67 | 0.52 | 139.67 | 1 | 0.24 |
| Hex | 0 | 7A | 28 | 64 | 0 | 43 | 34 | 8C | 64 | 18 |
| Octal | 0 | 172 | 50 | 144 | 0 | 103 | 64 | 214 | 144 | 30 |
| Binary | 0 | 1111010 | 101000 | 1100100 | 0 | 1000011 | 110100 | 10001100 | 1100100 | 11000 |
Color Harmonies of #007A28
Complementary color
Monochromatic Colors of #007A28
Black with #007A28
Text Example
Text Example
White with #007A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A28; }
p { color: rgb(0,122,40); }
H1.HeaderClassName
{
color: #007A28;
}
.AnyTagClassName
{
color: #007A28;
}
</style>
background-color css
<style>
a { background-color: #007A28; }
a { background-color: rgb(0,122,40); }
div.DivClassName
{
background-color: #007A28;
}
.BgClassName
{
background-color: #007A28;
}
</style>
border-color css
<style>
span { border-color: #007A28; }
span { border-color: rgb(0,122,40); }
td.TdClassName
{
border-color: #007A28;
}
.TagClassName
{
border-color: #007A28;
}
</style>