Shades of Camarone #077922
Tints of Camarone #077922
RGB
CMYK
RGB Variations
Color information
#077922 (or 0x077922) is known color: Camarone. HEX triplet: 07, 79 and 22. RGB value is (7,121,34). Sum of RGB (Red+Green+Blue) = 7+121+34=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 121 (47.66% from 255 or 74.69% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 121 - color contains mainly: green. Hex color #077922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077922 is #F886DD. Grayscale: #4D4D4D. Windows color (decimal): -16287454 or 2259207. OLE color: 2259207.
HSL color Cylindrical-coordinate representation of color #077922: hue angle of 134.21º 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 #077922 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 34 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.53 |
| HSL | 134.21º | 0.89% | 0.25% | - |
| HSV(B) | 134.21º | 0.94% | 0.47% | - |
| XYZ | 7.21 | 13.84 | 3.8 | - |
| YUV | 77 | 103.73 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 34 | 0.94 | 0 | 0.72 | 0.53 | 134.21 | 0.89 | 0.25 |
| Hex | 7 | 79 | 22 | 5E | 0 | 48 | 35 | 86 | 59 | 19 |
| Octal | 7 | 171 | 42 | 136 | 0 | 110 | 65 | 206 | 131 | 31 |
| Binary | 111 | 1111001 | 100010 | 1011110 | 0 | 1001000 | 110101 | 10000110 | 1011001 | 11001 |
Color Harmonies of #077922
Complementary color
Monochromatic Colors of #077922
Black with #077922
Text Example
Text Example
White with #077922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077922; }
p { color: rgb(7,121,34); }
H1.HeaderClassName
{
color: #077922;
}
.AnyTagClassName
{
color: #077922;
}
</style>
background-color css
<style>
a { background-color: #077922; }
a { background-color: rgb(7,121,34); }
div.DivClassName
{
background-color: #077922;
}
.BgClassName
{
background-color: #077922;
}
</style>
border-color css
<style>
span { border-color: #077922; }
span { border-color: rgb(7,121,34); }
td.TdClassName
{
border-color: #077922;
}
.TagClassName
{
border-color: #077922;
}
</style>