Shades of Camarone #097520
Tints of Camarone #097520
RGB
CMYK
RGB Variations
Color information
#097520 (or 0x097520) is known color: Camarone. HEX triplet: 09, 75 and 20. RGB value is (9,117,32). Sum of RGB (Red+Green+Blue) = 9+117+32=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #097520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097520 is #F68ADF. Grayscale: #4B4B4B. Windows color (decimal): -16157408 or 2127113. OLE color: 2127113.
HSL color Cylindrical-coordinate representation of color #097520: hue angle of 132.78º 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 #097520 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 32 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.54 |
| HSL | 132.78º | 0.86% | 0.25% | - |
| HSV(B) | 132.78º | 0.92% | 0.46% | - |
| XYZ | 6.73 | 12.88 | 3.5 | - |
| YUV | 75.02 | 103.72 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 32 | 0.92 | 0 | 0.73 | 0.54 | 132.78 | 0.86 | 0.25 |
| Hex | 9 | 75 | 20 | 5C | 0 | 49 | 36 | 85 | 56 | 19 |
| Octal | 11 | 165 | 40 | 134 | 0 | 111 | 66 | 205 | 126 | 31 |
| Binary | 1001 | 1110101 | 100000 | 1011100 | 0 | 1001001 | 110110 | 10000101 | 1010110 | 11001 |
Color Harmonies of #097520
Complementary color
Monochromatic Colors of #097520
Black with #097520
Text Example
Text Example
White with #097520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097520; }
p { color: rgb(9,117,32); }
H1.HeaderClassName
{
color: #097520;
}
.AnyTagClassName
{
color: #097520;
}
</style>
background-color css
<style>
a { background-color: #097520; }
a { background-color: rgb(9,117,32); }
div.DivClassName
{
background-color: #097520;
}
.BgClassName
{
background-color: #097520;
}
</style>
border-color css
<style>
span { border-color: #097520; }
span { border-color: rgb(9,117,32); }
td.TdClassName
{
border-color: #097520;
}
.TagClassName
{
border-color: #097520;
}
</style>