Shades of Camarone #077624
Tints of Camarone #077624
RGB
CMYK
RGB Variations
Color information
#077624 (or 0x077624) is known color: Camarone. HEX triplet: 07, 76 and 24. RGB value is (7,118,36). Sum of RGB (Red+Green+Blue) = 7+118+36=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #077624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077624 is #F889DB. Grayscale: #4B4B4B. Windows color (decimal): -16288220 or 2389511. OLE color: 2389511.
HSL color Cylindrical-coordinate representation of color #077624: hue angle of 135.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077624 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 36 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.54 |
| HSL | 135.68º | 0.89% | 0.25% | - |
| HSV(B) | 135.68º | 0.94% | 0.46% | - |
| XYZ | 6.88 | 13.13 | 3.84 | - |
| YUV | 75.46 | 105.73 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 36 | 0.94 | 0 | 0.69 | 0.54 | 135.68 | 0.89 | 0.25 |
| Hex | 7 | 76 | 24 | 5E | 0 | 45 | 36 | 88 | 59 | 19 |
| Octal | 7 | 166 | 44 | 136 | 0 | 105 | 66 | 210 | 131 | 31 |
| Binary | 111 | 1110110 | 100100 | 1011110 | 0 | 1000101 | 110110 | 10001000 | 1011001 | 11001 |
Color Harmonies of #077624
Complementary color
Monochromatic Colors of #077624
Black with #077624
Text Example
Text Example
White with #077624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077624; }
p { color: rgb(7,118,36); }
H1.HeaderClassName
{
color: #077624;
}
.AnyTagClassName
{
color: #077624;
}
</style>
background-color css
<style>
a { background-color: #077624; }
a { background-color: rgb(7,118,36); }
div.DivClassName
{
background-color: #077624;
}
.BgClassName
{
background-color: #077624;
}
</style>
border-color css
<style>
span { border-color: #077624; }
span { border-color: rgb(7,118,36); }
td.TdClassName
{
border-color: #077624;
}
.TagClassName
{
border-color: #077624;
}
</style>