Shades of Camarone #127727
Tints of Camarone #127727
RGB
CMYK
RGB Variations
Color information
#127727 (or 0x127727) is known color: Camarone. HEX triplet: 12, 77 and 27. RGB value is (18,119,39). Sum of RGB (Red+Green+Blue) = 18+119+39=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #127727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127727 is #ED88D8. Grayscale: #4F4F4F. Windows color (decimal): -15567065 or 2586386. OLE color: 2586386.
HSL color Cylindrical-coordinate representation of color #127727: hue angle of 132.48º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127727 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 39 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.53 |
| HSL | 132.48º | 0.74% | 0.27% | - |
| HSV(B) | 132.48º | 0.85% | 0.47% | - |
| XYZ | 7.21 | 13.47 | 4.14 | - |
| YUV | 79.68 | 105.04 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 39 | 0.85 | 0 | 0.67 | 0.53 | 132.48 | 0.74 | 0.27 |
| Hex | 12 | 77 | 27 | 55 | 0 | 43 | 35 | 84 | 4A | 1B |
| Octal | 22 | 167 | 47 | 125 | 0 | 103 | 65 | 204 | 112 | 33 |
| Binary | 10010 | 1110111 | 100111 | 1010101 | 0 | 1000011 | 110101 | 10000100 | 1001010 | 11011 |
Color Harmonies of #127727
Complementary color
Monochromatic Colors of #127727
Black with #127727
Text Example
Text Example
White with #127727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127727; }
p { color: rgb(18,119,39); }
H1.HeaderClassName
{
color: #127727;
}
.AnyTagClassName
{
color: #127727;
}
</style>
background-color css
<style>
a { background-color: #127727; }
a { background-color: rgb(18,119,39); }
div.DivClassName
{
background-color: #127727;
}
.BgClassName
{
background-color: #127727;
}
</style>
border-color css
<style>
span { border-color: #127727; }
span { border-color: rgb(18,119,39); }
td.TdClassName
{
border-color: #127727;
}
.TagClassName
{
border-color: #127727;
}
</style>