Shades of Camarone #097527
Tints of Camarone #097527
RGB
CMYK
RGB Variations
Color information
#097527 (or 0x097527) is known color: Camarone. HEX triplet: 09, 75 and 27. RGB value is (9,117,39). Sum of RGB (Red+Green+Blue) = 9+117+39=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #097527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097527 is #F68AD8. Grayscale: #4C4C4C. Windows color (decimal): -16157401 or 2585865. OLE color: 2585865.
HSL color Cylindrical-coordinate representation of color #097527: hue angle of 136.67º 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 #097527 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 39 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.54 |
| HSL | 136.67º | 0.86% | 0.25% | - |
| HSV(B) | 136.67º | 0.92% | 0.46% | - |
| XYZ | 6.84 | 12.93 | 4.05 | - |
| YUV | 75.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 39 | 0.92 | 0 | 0.67 | 0.54 | 136.67 | 0.86 | 0.25 |
| Hex | 9 | 75 | 27 | 5C | 0 | 43 | 36 | 89 | 56 | 19 |
| Octal | 11 | 165 | 47 | 134 | 0 | 103 | 66 | 211 | 126 | 31 |
| Binary | 1001 | 1110101 | 100111 | 1011100 | 0 | 1000011 | 110110 | 10001001 | 1010110 | 11001 |
Color Harmonies of #097527
Complementary color
Monochromatic Colors of #097527
Black with #097527
Text Example
Text Example
White with #097527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097527; }
p { color: rgb(9,117,39); }
H1.HeaderClassName
{
color: #097527;
}
.AnyTagClassName
{
color: #097527;
}
</style>
background-color css
<style>
a { background-color: #097527; }
a { background-color: rgb(9,117,39); }
div.DivClassName
{
background-color: #097527;
}
.BgClassName
{
background-color: #097527;
}
</style>
border-color css
<style>
span { border-color: #097527; }
span { border-color: rgb(9,117,39); }
td.TdClassName
{
border-color: #097527;
}
.TagClassName
{
border-color: #097527;
}
</style>