Shades of Camarone #127120
Tints of Camarone #127120
RGB
CMYK
RGB Variations
Color information
#127120 (or 0x127120) is known color: Camarone. HEX triplet: 12, 71 and 20. RGB value is (18,113,32). Sum of RGB (Red+Green+Blue) = 18+113+32=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #127120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127120 is #ED8EDF. Grayscale: #4B4B4B. Windows color (decimal): -15568608 or 2126098. OLE color: 2126098.
HSL color Cylindrical-coordinate representation of color #127120: hue angle of 128.84º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127120 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 32 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.56 |
| HSL | 128.84º | 0.73% | 0.26% | - |
| HSV(B) | 128.84º | 0.84% | 0.44% | - |
| XYZ | 6.42 | 12.04 | 3.35 | - |
| YUV | 75.36 | 103.53 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 32 | 0.84 | 0 | 0.72 | 0.56 | 128.84 | 0.73 | 0.26 |
| Hex | 12 | 71 | 20 | 54 | 0 | 48 | 38 | 81 | 49 | 1A |
| Octal | 22 | 161 | 40 | 124 | 0 | 110 | 70 | 201 | 111 | 32 |
| Binary | 10010 | 1110001 | 100000 | 1010100 | 0 | 1001000 | 111000 | 10000001 | 1001001 | 11010 |
Color Harmonies of #127120
Complementary color
Monochromatic Colors of #127120
Black with #127120
Text Example
Text Example
White with #127120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127120; }
p { color: rgb(18,113,32); }
H1.HeaderClassName
{
color: #127120;
}
.AnyTagClassName
{
color: #127120;
}
</style>
background-color css
<style>
a { background-color: #127120; }
a { background-color: rgb(18,113,32); }
div.DivClassName
{
background-color: #127120;
}
.BgClassName
{
background-color: #127120;
}
</style>
border-color css
<style>
span { border-color: #127120; }
span { border-color: rgb(18,113,32); }
td.TdClassName
{
border-color: #127120;
}
.TagClassName
{
border-color: #127120;
}
</style>