Shades of Camarone #097620
Tints of Camarone #097620
RGB
CMYK
RGB Variations
Color information
#097620 (or 0x097620) is known color: Camarone. HEX triplet: 09, 76 and 20. RGB value is (9,118,32). Sum of RGB (Red+Green+Blue) = 9+118+32=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #097620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097620 is #F689DF. Grayscale: #4B4B4B. Windows color (decimal): -16157152 or 2127369. OLE color: 2127369.
HSL color Cylindrical-coordinate representation of color #097620: hue angle of 132.66º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097620 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 32 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.54 |
| HSL | 132.66º | 0.86% | 0.25% | - |
| HSV(B) | 132.66º | 0.92% | 0.46% | - |
| XYZ | 6.85 | 13.12 | 3.54 | - |
| YUV | 75.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 32 | 0.92 | 0 | 0.73 | 0.54 | 132.66 | 0.86 | 0.25 |
| Hex | 9 | 76 | 20 | 5C | 0 | 49 | 36 | 85 | 56 | 19 |
| Octal | 11 | 166 | 40 | 134 | 0 | 111 | 66 | 205 | 126 | 31 |
| Binary | 1001 | 1110110 | 100000 | 1011100 | 0 | 1001001 | 110110 | 10000101 | 1010110 | 11001 |
Color Harmonies of #097620
Complementary color
Monochromatic Colors of #097620
Black with #097620
Text Example
Text Example
White with #097620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097620; }
p { color: rgb(9,118,32); }
H1.HeaderClassName
{
color: #097620;
}
.AnyTagClassName
{
color: #097620;
}
</style>
background-color css
<style>
a { background-color: #097620; }
a { background-color: rgb(9,118,32); }
div.DivClassName
{
background-color: #097620;
}
.BgClassName
{
background-color: #097620;
}
</style>
border-color css
<style>
span { border-color: #097620; }
span { border-color: rgb(9,118,32); }
td.TdClassName
{
border-color: #097620;
}
.TagClassName
{
border-color: #097620;
}
</style>