Shades of Camarone #127733
Tints of Camarone #127733
RGB
CMYK
RGB Variations
Color information
#127733 (or 0x127733) is known color: Camarone. HEX triplet: 12, 77 and 33. RGB value is (18,119,51). Sum of RGB (Red+Green+Blue) = 18+119+51=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #127733 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127733 is #ED88CC. Grayscale: #515151. Windows color (decimal): -15567053 or 3372818. OLE color: 3372818.
HSL color Cylindrical-coordinate representation of color #127733: hue angle of 139.6º 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 #127733 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 51 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.53 |
| HSL | 139.6º | 0.74% | 0.27% | - |
| HSV(B) | 139.6º | 0.85% | 0.47% | - |
| XYZ | 7.44 | 13.56 | 5.36 | - |
| YUV | 81.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 51 | 0.85 | 0 | 0.57 | 0.53 | 139.6 | 0.74 | 0.27 |
| Hex | 12 | 77 | 33 | 55 | 0 | 39 | 35 | 8C | 4A | 1B |
| Octal | 22 | 167 | 63 | 125 | 0 | 71 | 65 | 214 | 112 | 33 |
| Binary | 10010 | 1110111 | 110011 | 1010101 | 0 | 111001 | 110101 | 10001100 | 1001010 | 11011 |
Color Harmonies of #127733
Complementary color
Monochromatic Colors of #127733
Black with #127733
Text Example
Text Example
White with #127733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127733; }
p { color: rgb(18,119,51); }
H1.HeaderClassName
{
color: #127733;
}
.AnyTagClassName
{
color: #127733;
}
</style>
background-color css
<style>
a { background-color: #127733; }
a { background-color: rgb(18,119,51); }
div.DivClassName
{
background-color: #127733;
}
.BgClassName
{
background-color: #127733;
}
</style>
border-color css
<style>
span { border-color: #127733; }
span { border-color: rgb(18,119,51); }
td.TdClassName
{
border-color: #127733;
}
.TagClassName
{
border-color: #127733;
}
</style>