Shades of Camarone #117A2A
Tints of Camarone #117A2A
RGB
CMYK
RGB Variations
Color information
#117A2A (or 0x117A2A) is known color: Camarone. HEX triplet: 11, 7A and 2A. RGB value is (17,122,42). Sum of RGB (Red+Green+Blue) = 17+122+42=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 122 (48.05% from 255 or 67.40% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 122 - color contains mainly: green. Hex color #117A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117A2A is #EE85D5. Grayscale: #515151. Windows color (decimal): -15631830 or 2783761. OLE color: 2783761.
HSL color Cylindrical-coordinate representation of color #117A2A: hue angle of 134.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A2A is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 42 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.52 |
| HSL | 134.29º | 0.76% | 0.27% | - |
| HSV(B) | 134.29º | 0.86% | 0.48% | - |
| XYZ | 7.61 | 14.21 | 4.53 | - |
| YUV | 81.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 42 | 0.86 | 0 | 0.66 | 0.52 | 134.29 | 0.76 | 0.27 |
| Hex | 11 | 7A | 2A | 56 | 0 | 42 | 34 | 86 | 4C | 1B |
| Octal | 21 | 172 | 52 | 126 | 0 | 102 | 64 | 206 | 114 | 33 |
| Binary | 10001 | 1111010 | 101010 | 1010110 | 0 | 1000010 | 110100 | 10000110 | 1001100 | 11011 |
Color Harmonies of #117A2A
Complementary color
Monochromatic Colors of #117A2A
Black with #117A2A
Text Example
Text Example
White with #117A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A2A; }
p { color: rgb(17,122,42); }
H1.HeaderClassName
{
color: #117A2A;
}
.AnyTagClassName
{
color: #117A2A;
}
</style>
background-color css
<style>
a { background-color: #117A2A; }
a { background-color: rgb(17,122,42); }
div.DivClassName
{
background-color: #117A2A;
}
.BgClassName
{
background-color: #117A2A;
}
</style>
border-color css
<style>
span { border-color: #117A2A; }
span { border-color: rgb(17,122,42); }
td.TdClassName
{
border-color: #117A2A;
}
.TagClassName
{
border-color: #117A2A;
}
</style>