Shades of Camarone #007B2A
Tints of Camarone #007B2A
RGB
CMYK
RGB Variations
Color information
#007B2A (or 0x007B2A) is known color: Camarone. HEX triplet: 00, 7B and 2A. RGB value is (0,123,42). Sum of RGB (Red+Green+Blue) = 0+123+42=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 123 (48.44% from 255 or 74.55% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 123 - color contains mainly: green. Hex color #007B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007B2A is #FF84D5. Grayscale: #4D4D4D. Windows color (decimal): -16745686 or 2784000. OLE color: 2784000.
HSL color Cylindrical-coordinate representation of color #007B2A: hue angle of 140.49º 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 #007B2A is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 42 | - |
| CMYK | 1 | 0 | 0.66 | 0.52 |
| HSL | 140.49º | 1% | 0.24% | - |
| HSV(B) | 140.49º | 1% | 0.48% | - |
| XYZ | 7.5 | 14.33 | 4.56 | - |
| YUV | 76.99 | 108.25 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 42 | 1 | 0 | 0.66 | 0.52 | 140.49 | 1 | 0.24 |
| Hex | 0 | 7B | 2A | 64 | 0 | 42 | 34 | 8C | 64 | 18 |
| Octal | 0 | 173 | 52 | 144 | 0 | 102 | 64 | 214 | 144 | 30 |
| Binary | 0 | 1111011 | 101010 | 1100100 | 0 | 1000010 | 110100 | 10001100 | 1100100 | 11000 |
Color Harmonies of #007B2A
Complementary color
Monochromatic Colors of #007B2A
Black with #007B2A
Text Example
Text Example
White with #007B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B2A; }
p { color: rgb(0,123,42); }
H1.HeaderClassName
{
color: #007B2A;
}
.AnyTagClassName
{
color: #007B2A;
}
</style>
background-color css
<style>
a { background-color: #007B2A; }
a { background-color: rgb(0,123,42); }
div.DivClassName
{
background-color: #007B2A;
}
.BgClassName
{
background-color: #007B2A;
}
</style>
border-color css
<style>
span { border-color: #007B2A; }
span { border-color: rgb(0,123,42); }
td.TdClassName
{
border-color: #007B2A;
}
.TagClassName
{
border-color: #007B2A;
}
</style>