Shades of Camarone #127122
Tints of Camarone #127122
RGB
CMYK
RGB Variations
Color information
#127122 (or 0x127122) is known color: Camarone. HEX triplet: 12, 71 and 22. RGB value is (18,113,34). Sum of RGB (Red+Green+Blue) = 18+113+34=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #127122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127122 is #ED8EDD. Grayscale: #4B4B4B. Windows color (decimal): -15568606 or 2257170. OLE color: 2257170.
HSL color Cylindrical-coordinate representation of color #127122: hue angle of 130.11º 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 #127122 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 34 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.56 |
| HSL | 130.11º | 0.73% | 0.26% | - |
| HSV(B) | 130.11º | 0.84% | 0.44% | - |
| XYZ | 6.44 | 12.05 | 3.5 | - |
| YUV | 75.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 34 | 0.84 | 0 | 0.70 | 0.56 | 130.11 | 0.73 | 0.26 |
| Hex | 12 | 71 | 22 | 54 | 0 | 46 | 38 | 82 | 49 | 1A |
| Octal | 22 | 161 | 42 | 124 | 0 | 106 | 70 | 202 | 111 | 32 |
| Binary | 10010 | 1110001 | 100010 | 1010100 | 0 | 1000110 | 111000 | 10000010 | 1001001 | 11010 |
Color Harmonies of #127122
Complementary color
Monochromatic Colors of #127122
Black with #127122
Text Example
Text Example
White with #127122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127122; }
p { color: rgb(18,113,34); }
H1.HeaderClassName
{
color: #127122;
}
.AnyTagClassName
{
color: #127122;
}
</style>
background-color css
<style>
a { background-color: #127122; }
a { background-color: rgb(18,113,34); }
div.DivClassName
{
background-color: #127122;
}
.BgClassName
{
background-color: #127122;
}
</style>
border-color css
<style>
span { border-color: #127122; }
span { border-color: rgb(18,113,34); }
td.TdClassName
{
border-color: #127122;
}
.TagClassName
{
border-color: #127122;
}
</style>