Shades of Camarone #117127
Tints of Camarone #117127
RGB
CMYK
RGB Variations
Color information
#117127 (or 0x117127) is known color: Camarone. HEX triplet: 11, 71 and 27. RGB value is (17,113,39). Sum of RGB (Red+Green+Blue) = 17+113+39=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 113 (44.53% from 255 or 66.86% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 113 - color contains mainly: green. Hex color #117127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117127 is #EE8ED8. Grayscale: #4C4C4C. Windows color (decimal): -15634137 or 2584849. OLE color: 2584849.
HSL color Cylindrical-coordinate representation of color #117127: hue angle of 133.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117127 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 39 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.56 |
| HSL | 133.75º | 0.74% | 0.25% | - |
| HSV(B) | 133.75º | 0.85% | 0.44% | - |
| XYZ | 6.5 | 12.08 | 3.91 | - |
| YUV | 75.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 39 | 0.85 | 0 | 0.65 | 0.56 | 133.75 | 0.74 | 0.25 |
| Hex | 11 | 71 | 27 | 55 | 0 | 41 | 38 | 86 | 4A | 19 |
| Octal | 21 | 161 | 47 | 125 | 0 | 101 | 70 | 206 | 112 | 31 |
| Binary | 10001 | 1110001 | 100111 | 1010101 | 0 | 1000001 | 111000 | 10000110 | 1001010 | 11001 |
Color Harmonies of #117127
Complementary color
Monochromatic Colors of #117127
Black with #117127
Text Example
Text Example
White with #117127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117127; }
p { color: rgb(17,113,39); }
H1.HeaderClassName
{
color: #117127;
}
.AnyTagClassName
{
color: #117127;
}
</style>
background-color css
<style>
a { background-color: #117127; }
a { background-color: rgb(17,113,39); }
div.DivClassName
{
background-color: #117127;
}
.BgClassName
{
background-color: #117127;
}
</style>
border-color css
<style>
span { border-color: #117127; }
span { border-color: rgb(17,113,39); }
td.TdClassName
{
border-color: #117127;
}
.TagClassName
{
border-color: #117127;
}
</style>