Shades of Camarone #077924
Tints of Camarone #077924
RGB
CMYK
RGB Variations
Color information
#077924 (or 0x077924) is known color: Camarone. HEX triplet: 07, 79 and 24. RGB value is (7,121,36). Sum of RGB (Red+Green+Blue) = 7+121+36=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 121 (47.66% from 255 or 73.78% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 121 - color contains mainly: green. Hex color #077924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077924 is #F886DB. Grayscale: #4D4D4D. Windows color (decimal): -16287452 or 2390279. OLE color: 2390279.
HSL color Cylindrical-coordinate representation of color #077924: hue angle of 135.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077924 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 36 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.53 |
| HSL | 135.26º | 0.89% | 0.25% | - |
| HSV(B) | 135.26º | 0.94% | 0.47% | - |
| XYZ | 7.24 | 13.85 | 3.96 | - |
| YUV | 77.22 | 104.73 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 36 | 0.94 | 0 | 0.70 | 0.53 | 135.26 | 0.89 | 0.25 |
| Hex | 7 | 79 | 24 | 5E | 0 | 46 | 35 | 87 | 59 | 19 |
| Octal | 7 | 171 | 44 | 136 | 0 | 106 | 65 | 207 | 131 | 31 |
| Binary | 111 | 1111001 | 100100 | 1011110 | 0 | 1000110 | 110101 | 10000111 | 1011001 | 11001 |
Color Harmonies of #077924
Complementary color
Monochromatic Colors of #077924
Black with #077924
Text Example
Text Example
White with #077924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077924; }
p { color: rgb(7,121,36); }
H1.HeaderClassName
{
color: #077924;
}
.AnyTagClassName
{
color: #077924;
}
</style>
background-color css
<style>
a { background-color: #077924; }
a { background-color: rgb(7,121,36); }
div.DivClassName
{
background-color: #077924;
}
.BgClassName
{
background-color: #077924;
}
</style>
border-color css
<style>
span { border-color: #077924; }
span { border-color: rgb(7,121,36); }
td.TdClassName
{
border-color: #077924;
}
.TagClassName
{
border-color: #077924;
}
</style>