Shades of Camarone #077423
Tints of Camarone #077423
RGB
CMYK
RGB Variations
Color information
#077423 (or 0x077423) is known color: Camarone. HEX triplet: 07, 74 and 23. RGB value is (7,116,35). Sum of RGB (Red+Green+Blue) = 7+116+35=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #077423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077423 is #F88BDC. Grayscale: #4A4A4A. Windows color (decimal): -16288733 or 2323463. OLE color: 2323463.
HSL color Cylindrical-coordinate representation of color #077423: hue angle of 135.41º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077423 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 35 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.55 |
| HSL | 135.41º | 0.89% | 0.24% | - |
| HSV(B) | 135.41º | 0.94% | 0.45% | - |
| XYZ | 6.64 | 12.66 | 3.68 | - |
| YUV | 74.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 35 | 0.94 | 0 | 0.70 | 0.55 | 135.41 | 0.89 | 0.24 |
| Hex | 7 | 74 | 23 | 5E | 0 | 46 | 37 | 87 | 59 | 18 |
| Octal | 7 | 164 | 43 | 136 | 0 | 106 | 67 | 207 | 131 | 30 |
| Binary | 111 | 1110100 | 100011 | 1011110 | 0 | 1000110 | 110111 | 10000111 | 1011001 | 11000 |
Color Harmonies of #077423
Complementary color
Monochromatic Colors of #077423
Black with #077423
Text Example
Text Example
White with #077423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077423; }
p { color: rgb(7,116,35); }
H1.HeaderClassName
{
color: #077423;
}
.AnyTagClassName
{
color: #077423;
}
</style>
background-color css
<style>
a { background-color: #077423; }
a { background-color: rgb(7,116,35); }
div.DivClassName
{
background-color: #077423;
}
.BgClassName
{
background-color: #077423;
}
</style>
border-color css
<style>
span { border-color: #077423; }
span { border-color: rgb(7,116,35); }
td.TdClassName
{
border-color: #077423;
}
.TagClassName
{
border-color: #077423;
}
</style>