Shades of Camarone #127121
Tints of Camarone #127121
RGB
CMYK
RGB Variations
Color information
#127121 (or 0x127121) is known color: Camarone. HEX triplet: 12, 71 and 21. RGB value is (18,113,33). Sum of RGB (Red+Green+Blue) = 18+113+33=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #127121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127121 is #ED8EDE. Grayscale: #4B4B4B. Windows color (decimal): -15568607 or 2191634. OLE color: 2191634.
HSL color Cylindrical-coordinate representation of color #127121: hue angle of 129.47º 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 #127121 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 33 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.56 |
| HSL | 129.47º | 0.73% | 0.26% | - |
| HSV(B) | 129.47º | 0.84% | 0.44% | - |
| XYZ | 6.43 | 12.05 | 3.43 | - |
| YUV | 75.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 33 | 0.84 | 0 | 0.71 | 0.56 | 129.47 | 0.73 | 0.26 |
| Hex | 12 | 71 | 21 | 54 | 0 | 47 | 38 | 81 | 49 | 1A |
| Octal | 22 | 161 | 41 | 124 | 0 | 107 | 70 | 201 | 111 | 32 |
| Binary | 10010 | 1110001 | 100001 | 1010100 | 0 | 1000111 | 111000 | 10000001 | 1001001 | 11010 |
Color Harmonies of #127121
Complementary color
Monochromatic Colors of #127121
Black with #127121
Text Example
Text Example
White with #127121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127121; }
p { color: rgb(18,113,33); }
H1.HeaderClassName
{
color: #127121;
}
.AnyTagClassName
{
color: #127121;
}
</style>
background-color css
<style>
a { background-color: #127121; }
a { background-color: rgb(18,113,33); }
div.DivClassName
{
background-color: #127121;
}
.BgClassName
{
background-color: #127121;
}
</style>
border-color css
<style>
span { border-color: #127121; }
span { border-color: rgb(18,113,33); }
td.TdClassName
{
border-color: #127121;
}
.TagClassName
{
border-color: #127121;
}
</style>